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 me to the first form with errors shown. I'm using jQuery version 1.2.6 (as 1.3.1 has Safari bugs) Any help?