Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我禁用了默认的 .expose() closeonclick 功能,因为我想用按钮关闭它。问题是我找不到如何正确关闭它的代码。
$('#button').on('click',function(){ ...? });
只需单击按钮即可:
$.mask.close();
JSFiddle