javascript - Clear data after bootstrap modal box popup
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-18 11:00:07
0
1
442

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]

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(1)
刘奇

$('#showModal').data()

Can get all the objects of this modal box

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!