ajax validation with multiple input fields
I am working on a new system and am stuck at a point with jquery + ajax. My problem is this, how can i validate multiple fields in my registration form using ajax. I don't want to creat开发者_高级运维e a separate validation for each input fields.
can you help me guys, please. :-(
Thanks a lot.
There are many jQuery plugins for this problem.
http://jquery.bassistance.de/validate/demo/ Is this what you need?
Give jQuery plugin page a visit.
精彩评论