#拟态

bootstrap清除拟态框内添加新HTML再打开时会有缓存现象

$(function(){$("#editor").on("hidden.bs.modal",function(){//清除缓存方法$(this).find("#textareaTo").empty();});}); ...

Bootstrap弹窗插件(拟态框)关闭后回调函数

$(function(){$('#questionnaire').on('hidden.bs.modal',function(){//清除缓存方法});});事件Bootstrap的模态框类提供了一些事件用于监听并执行你自己的代码。Allmodaleventsarefiredatthemodalitself(i.e.a...