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
try:
onkeyup: function (element, event) { $(element).valid(); // your code }