Quantcast
Channel: how to match javascript onSubmit with jQuery submit? - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Adil for how to match javascript onSubmit with jQuery submit?

$
0
0

You can not access this using onsubmmit, pass the source object (form) using this to addListForm

<form onsubmit="addListForm(this, event);">    ...</form>function addListForm(form, e){    $(form).serializeArray()}

Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>