[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-02-06 Thread Dave Stewart
Hi Jorn, Sorry for teh delay - was ill yesterday so took a day off. Well it looks like you've made some amendments to the code, so I don't think I can reproduce the steps now, but, this is what *did* happen: 1 - new page, no email or password 2 - click "Email my password" - Email validati

[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-02-04 Thread Jörn Zaefferer
Dave Stewart schrieb: Hey Jorn, Actually the main form image are part of the Art and Science of CSS book (hell, they published it, so I guess you can) but you could just specify no bg image and have coloured blocks instead. The highlight code is mine, but I've updated the first line to cleaner

[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-02-04 Thread Dave Stewart
Hey Jorn, Actually the main form image are part of the Art and Science of CSS book (hell, they published it, so I guess you can) but you could just specify no bg image and have coloured blocks instead. The highlight code is mine, but I've updated the first line to cleaner jQuery to read

[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-02-04 Thread Jörn Zaefferer
Dave Stewart schrieb: What do you think? That it took me quite some time to actually start thinking. The answer is rather easy: Custom method! Actually implementing that custom method requires a bit boolean mangling, therefore I've created an example based on your form: http://dev.jquery

[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-02-02 Thread Dave Stewart
Hi Jorn, Firstly, thanks for putting the time into this. It is appreciated. I've updated the live page with some new code that strips the validation metadata and that portion works great in isolation. However, it leaves the form exposed if the email address does not validate the first time, as t

[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-02-01 Thread Jörn Zaefferer
Dave Stewart schrieb: Hi Jorn, Yup - here's a test page: http://www.janepatrick.co.uk/admin/test/login.php Submitting the form manually (as you said) just bypasses any validation, which is NOT what I want, as I still need the email address validated before it's sent to the back end to

[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-02-01 Thread Jörn Zaefferer
Dave Stewart schrieb: Hey Jorn, That's great! As you know I'm a big fan of the plugin :) You know I've written a whole load of cool helper stuff that works with validate. Perhaps I should email you, rather than using this agonisingly slow groups thing...? Let me know if that's cool. Did you se

[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-02-01 Thread Dave Stewart
Hey Jorn, That's great! As you know I'm a big fan of the plugin :) You know I've written a whole load of cool helper stuff that works with validate. Perhaps I should email you, rather than using this agonisingly slow groups thing...? Let me know if that's cool. Did you see my other post about va

[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-01-31 Thread Jörn Zaefferer
Dave Stewart schrieb: [...] I hope you have enough information now to help me out! Yep, great! I put in on my list for 1.2.1, most likely adding it as an example as it is an interesting issue. Ping me again if you don't hear anything in the next days. Jörn

[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-01-30 Thread Dave Stewart
Hi Jorn, Yup - here's a test page: http://www.janepatrick.co.uk/admin/test/login.php Submitting the form manually (as you said) just bypasses any validation, which is NOT what I want, as I still need the email address validated before it's sent to the back end to email the password... U

[jQuery] Re: [validate] Validation Plugin - how to remove a control form validation

2008-01-30 Thread Jörn Zaefferer
Dave Stewart schrieb: Hi there I'm building a login form, with a "Forgot password" link. When clicked, I need to unset some validation options to successfully submit the form. The code I'm running does this: 1 - remove the validation constraints from the password field 2 - hide