[jQuery] Re: Reset Validation with new rules

2008-09-24 Thread Jörn Zaefferer
Give this a try: var validator = $("#form1").validate({rules:...}); validator.settings.rules = { newrules... }; Jörn On Fri, Sep 19, 2008 at 2:49 AM, MACE <[EMAIL PROTECTED]> wrote: > > The problem: > > I have a form that changes its validation rules based on user input. I > have tried: > > $("

[jQuery] Re: Reset Validation with new rules

2008-09-23 Thread MACE
Anything?

[jQuery] Re: Reset Validation with new rules

2008-09-19 Thread MACE
Sorry, I forgot to mention I'm using the JQuery/Validation plugin. Also, here is a working example of what I tried: http://www.centralwow.com/validate/validate.html