$('body').on('hidden.bs.modal', '.modal', function () {
$(this).removeData('bs.modal');
});
bootstrap模态框关闭后清除模态框的数据
最新推荐文章于 2025-06-22 10:34:51 发布
$('body').on('hidden.bs.modal', '.modal', function () {
$(this).removeData('bs.modal');
});