jQuery Ajax submitting form multiple times
I am new to Ajax. I am currently submitting a form into my database using jQuery AJAX but it sends the same data multiple times in my database. Here's my Ajax code : $(document).ready(function () { var id_js; $(document).on('click', '.btn-success',…