Merc Studio Tech Blog
Showing posts with label
form
.
Show all posts
Showing posts with label
form
.
Show all posts
Wednesday, December 29, 2010
jquery.form onsubmit
jQuery has a plugin for form which does alike mootool .load method for form..
If you need to submit the form through javascript, you may not use
document.formname.submit(), as this will bypass the onsubmit event.
To make it work, use $("#formid").submit();
Reference:
+
http://jquery.malsup.com/form/
Older Posts
Home
Subscribe to:
Posts (Atom)