search

Home  >  Q&A  >  body text

javascript - Clear data after bootstrap modal box popup

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]

曾经蜡笔没有小新曾经蜡笔没有小新2792 days ago538

reply all(1)I'll reply

  • 怪我咯

    怪我咯2017-05-18 11:02:07

    $('#showModal').data()

    Can get all the objects of this modal box

    reply
    0
  • Cancelreply