[jQuery] Re: How to validate form fields using jquery

2008-03-03 Thread manish
Hi Jorn, I have found where I was wrong. Actually I was calling the whole function at onsubmit of my form while this function is automatically called on the submit of form itself so I just need to place the code on my form and not at onsubmit. Second if I write the code directly on the form, in

[jQuery] Re: How to validate form fields using jquery

2008-02-25 Thread Jörn Zaefferer
manish schrieb: Hi Friends, I am using CakePHP framework. With that I am using jquery for AJAX calls to my forms. It works perfect for me. Now I want to use the jquery for my form fields validations on client side. I saw a very good plugin at http://bassistance.de/jquery-plugins/jquery-plugi