如下所示:$('body').on('hidden.bs.modal','.modal',function(){$(this).removeData('bs.modal');});以上这篇bootstra
如下所示:
$('body').on('hidden.bs.modal', '.modal', function () {
$(this).removeData('bs.modal');
});
以上这篇bootstrap模态框关闭后清除模态框的数据方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。
bootstrap 模态框 清除数据