skip to Main Content

Ajax inserting duplicate records in Mysql Database – Jquery ajax

I have the following Ajax Code for submitting data to Mysql DB. <script> var amountdue; var amount; $('#btn-submit').on('click',function(e){ e.preventDefault(); if ($("#customer").validationEngine('validate')) { swal({ title: "Submit Confirmation", text: "Are you sure to submit the data?", type: "warning", showCancelButton: true, confirmButtonColor: "#126495",…

VIEW QUESTION

modal not working when use on click event – Jquery ajax

the button, use to click that pass direct to open in the modal <button type="button" class="btn btn-primary waves-effect waves-light debit-btn" data-toggle="modal" data-animation="bounce" data-target=".bs-example-modal-center-dr" data-account_id="" >Debit</button> modal section, after button clicked the modal suppose to open and show the data <div…

VIEW QUESTION
Back To Top
Search