[jQuery] Re: [validate] Resetting validation rules dynamically

2008-06-17 Thread kapowaz
Okay, I've refactored my code extensively to use this method instead (which does make more sense, now that I realise what it's for!)... unfortunately it still doesn't appear to work. For the purposes of demonstrating how I'm using it, I've created this test case: http://www.kapowaz.net/files/cond

[jQuery] Re: [validate] Resetting validation rules dynamically

2008-06-16 Thread Jörn Zaefferer
Instead of trying to change the rules for the whole form, try to modify the rule just for those fields. The required-method accepts additional arguments for that: http://docs.jquery.com/Plugins/Validation/Methods/required (scroll down a bit) Please give that a try. Jörn On Mon, Jun 16, 2008 at