Problem with OnSubmit in Validation plugin in jQuery
- by novellino
Hello,
I an quite new to jQuery and I have a problem while trying to create a form. I am using the Validation plugin for validate the email (one the form's field).
When I click the Submit button I want to call my own function because I want to save the data in an XML file.
This is my button: (as I understood the plugin uses "submit" for…