I am trying to get the jQuery validation working on a webpage I am creating. I have about 6 different fieldsets that contain the page\'s details. I am using this as I am hid
I can't see anything in the docos that can do that. The only other way i can think of doing it is.
$('#field1, #field2, #field3').blur(function(){ validator.validate() });