[jQuery] Re: (Validation) Problem with "All or Nothing" fields

2009-08-27 Thread Psyclo
Can anyone help with this, Please? Thanks.

[jQuery] Re: Validation problem with versions 1.3 and 1.3.1

2009-02-19 Thread James
Validation has a submitHandler option that you can define to callback when the form is valid. You should put your window.open in there. And then change the 'target' of your form to point to the name of that opened window. That way when the form does not validate, the window will not open. On Feb

[jQuery] Re: Validation problem with versions 1.3 and 1.3.1

2009-02-19 Thread James
Validation has a submitHandler option that you can define to callback when the form is valid. You should put your window.open in there. And then change the 'target' of your form to point to the name of that opened window. That way when the form does not validate, the window will not open. On Feb

[jQuery] Re: Validation problem with versions 1.3 and 1.3.1

2009-02-19 Thread winstonc
When it validates successfully it opens a small window and displays "Saved" if the SAVE button is selected. I also open the small window and make it larger to preview the page. The actual form never goes to a next page, it's used to update, preview and email a newsletter. It works correctly with t

[jQuery] Re: Validation problem with versions 1.3 and 1.3.1

2009-02-19 Thread James
I think you should remove that onsubmit attribute on the form. What is that suppose to be used for? When you submit a form, and it validates successfully, it'll open a new window and display the next page on there? On Feb 19, 8:54 am, winstonc wrote: > Thanks James that fixed it. > > Next probl

[jQuery] Re: Validation problem with versions 1.3 and 1.3.1

2009-02-19 Thread winstonc
Thanks James that fixed it. Next problem that the latest version of the plugin executes the onsubmit when the validation fails. When the validation fails I get an empty window with: Version 1.4 of the validation plugin works correctly. Thanks, Winston On Feb 19, 1:20 pm, James wrote: > Mak

[jQuery] Re: Validation problem with versions 1.3 and 1.3.1

2009-02-19 Thread James
Make sure you have the latest version of the validation plug-in also (1.5.1 as of this time). On Feb 19, 6:22 am, winstonc wrote: > Hi, > > Trying to upgrade from Version 1.2.6 to  1.3/1.3.1, but my validation > stopped working. > > Here's my working code: > >   >   script> >