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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -