[jQuery] Validate plugin not working

2009-03-23 Thread Brendon Gleeson
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 } } }); });

[jQuery] Validate plugin not working

2009-03-23 Thread Brendon Gleeson
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

[jQuery] [validate plugin] - not working with multiple forms

2009-01-29 Thread Joel Taylor
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