如何在bootstrap模式上清除表数据

时间:2017-05-12 09:30:47

标签: javascript twitter-bootstrap-3

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!');
                            });

0 个答案:

没有答案