I am trying to do some jQuery validation. I am having a hard time getting a label into my project...
The Label will part of a jQuery UI Dialog, and whenever I have that label in my assignment jQuery UI dialog wont lode the div. I am a little confounded...
%><%=Html.Label("",row)%><%
Validate function...
$("#temp1").validate({
rules: {
HospitalFinNumber: {
required: true,
minlength: 6
},
AdminDate: { requried: true }
}
});
Boy howdy am I confused.