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

2008-03-03 Thread manish
, in that case I need to modify data call from data: $(this.elements).serialize(), to data: $ (document.getElementById(UserRegisterForm).elements).serialize(), So after these two changes All works fine. Thanks. Manish On Feb 28, 1:42 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: manishschrieb: Hi

[jQuery] How to validate form fields using jquery

2008-02-25 Thread manish
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-plugin-validation/ .