But after each click, the data is still the data of the previous click. New data will only be displayed after refreshing, using
$("#showModal").on("hide.bs.modal", function() {
$("#showModal").removeData("bs.modal");
});
这个方法 还是清除不了 是什么原因呢?
查阅了资料,说是removeData方法只是针对JQuery中data()函数绑定的数据的清除,对于bootstrap不管用,还有其他的什么办法吗?
![这是点了第一次的数据条数][2]
$('#showModal').data()
Can get all the objects of this modal box