I\'m using twitter bootstrap\'s modal popup.
14条回答 夕颜 (楼主) 2020-12-02 05:10 Here is a coffeescript version that worked for me. $(document).on 'hidden.bs.modal', (e) -> target = $(e.target) target.removeData('bs.modal').find(".modal-content").html('') 0 讨论(0) 查看其它14个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Here is a coffeescript version that worked for me.
$(document).on 'hidden.bs.modal', (e) -> target = $(e.target) target.removeData('bs.modal').find(".modal-content").html('')