javascript - this following code is working for removing the previous data from the modal -
this following code working removing previous data modal requirement have 2 hyperlinks in data table 1st won edit , 2nd won delete when click on delete link data deleting after click on edit link 404 error occured(both links concatinating) tried following code removing previous data modal
$(document).on('hidden.bs.modal', function (e) { var target = $(e.target); target.removedata('bs.modal') .find(".modal-content").html(''); });
Comments
Post a Comment