|
|
|
|
|
|
Ajax Form Validation
Recently I put together a reusable Ajax form validation component that I'd like to share. It is a JavaScript object that collects the values of all of the elements in a form, sends it for processing to the server, and displays any errors. If there are no errors it submits the form.
| Author: |
Greg Neustaetter
|
| Zend Framework Version: |
0.1.5
|
|
|
|
|
|
|
|
|
|