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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -