Hi, I've created a ZendX_JQuery_Form which has some fields with validators. The submit's click event is linked to a javascript function, where I want to check if the input entered is valid or not.
When I did this using dojo forms, it was easy through form.isValid(), but I can't figure the way it's done using JQuery. Is there a way to use the validators before sending the data to the server? -- View this message in context: http://www.nabble.com/Validating-JQuery-forms-via-AJAX-tp20698748p20698748.html Sent from the Zend Framework mailing list archive at Nabble.com.
