this is a pie,i want to click it show bootstrap modal and the modal content is a table this is table data on modal when i click Pie
我想点击Pie来显示bootstrap模态并在模态上显示表格,但是当我第一次点击它时显示右边,当我第二次点击它时,模态上的表格数据仍然是第一个点击的节目数据,我的问题是如何清除表格数据,让我随时点击它是一个新的数据显示!谢谢 我使用此代码,但它不起作用。
$("#showModal").on('hidden.bs.modal',function () {
$('#showModal').remove();
alert('Modal reset!');
});