I am trying to validate some dynamic generated input fields, like so
$("#form1").validate({
rules: {
$("[name^=eventlink]") : {
required: true,
url: true
}
}
The input fields have the word eventlink in common, unfort this
doesn't work
No comments:
Post a Comment