Jquery $.get() only sending one parameter – Jquery ajax
I have a form, when the submit button is clicked I want to intercept the data and send it to an API. This code sends the first parameter, the Id, but none of the others. $('#myForm').submit(function (e) { e.preventDefault(); $('#myForm').children('input').each(function…