【发布时间】:2015-12-12 17:58:04
【问题描述】:
我有关闭打开模式的模式关闭链接;
.clicker
a.icon.icon-close.pull-left.closeover.white href="#mymodal"
我在页面上有以下 javascript
$('.clicker').on( "click", function(e) {
e.preventDefault();
console.log('modal closed');
});
我想在关闭模式之前(或之后)做一些事情,但代码不起作用,我做错了什么?
我正在使用ratchet
【问题讨论】:
标签: javascript jquery html ratchet-2 ratchet-bootstrap