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.
当您在模式外部单击以关闭它时,您可以挂钩任何事件以运行更多代码吗?
谢谢,罗德查
你必须声明一个回调。
var myClose=function(hash) { /* YOUR STUFF */ }; $('#dialog').jqm({onHide:myClose});