How to send a form using Ajax and jQuery Validation?
Hi
I'm using the jQuery Validation plugin. When I press the submit button, I get forwarded to my php file which is included to the action attribute. I just want all the data get sent to my email without to jump to the php file. So how would use Ajax on this plugin?