How to Submit a Form with jQuery
Sometimes you want to delay submitting a form until you can check it via jQuery and if it all looks valid, then submit the form. To submit a form using jQuery you’d use:
jQuery(element).submit();
Sometimes you want to delay submitting a form until you can check it via jQuery and if it all looks valid, then submit the form. To submit a form using jQuery you’d use:
jQuery(element).submit();
Big Apple Design Group
134 West 29th Street
Third Floor
New York, NY 10001