Sorry I couldn't wait for my other post to showup, so I made a typo:
jQuery Validation test
$(document).ready(function(){
$("#poesForm").validate({
rules : {
name: {
required : true
}
}
});
});
I have been trying all day to get the latest validate plugin to work
with the latest jquery. It works when I specify the keywords in the
class name, but when I try writing the code only in javascript {rules:
{}} nothing happens, no error no nothing just nothing. This is doing
my nut. The example b
hi all - so I'm using the 'validate' plugin, and I seem to have an
issue where if I have multiple forms, the plugin only validates the
first form.
$('.validate').validate();
Obviously I have multiple forms, so I'm using a class selector. But
when I'm testing the form, the validate plugin throws
3 matches
Mail list logo