I\'m using twitter bootstrap\'s modal popup.
14条回答 既然无缘 (楼主) 2020-12-02 05:21 You can try this: $('#modal').on('hidden.bs.modal', function() { $(this).removeData('bs.modal'); }); 0 讨论(0) 查看其它14个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
You can try this:
$('#modal').on('hidden.bs.modal', function() { $(this).removeData('bs.modal'); });