Answers for "how to empty table after closing modal using jquery"

-1

how to empty table after closing modal using jquery

$('#yourModalName').on('hidden.bs.modal', function(event) {
     $('#yourModalName').empty();
});
Posted by: Guest on December-28-2020

Code answers related to "how to empty table after closing modal using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language