bootstrap模态框关闭后清除模态框的数据方法
时间:2022-11-02 11:01:03|栏目:JavaScript代码|点击: 次
如下所示:
$('body').on('hidden.bs.modal', '.modal', function () { $(this).removeData('bs.modal'); });
如下所示:
$('body').on('hidden.bs.modal', '.modal', function () { $(this).removeData('bs.modal'); });