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.
在我看来,我有这个准则。我正在做一些点击确定按钮和取消按钮的帖子。如何在单击弹出窗口关闭按钮时停止发布..这是右上角的关闭符号?这是我实现的示例代码,任何人都可以帮助我解决如何在实际关闭窗口上停止发布吗?
jsfiddle.net/kRqCd/20/
谢谢
您无法检测到confirm框的“关闭”事件(请注意,Firefox 甚至没有放置关闭选项)。
confirm
由于您使用的是 JQuery,您可以尝试使用自定义框,例如:
jQuery-UI 对话框
http://myclabs.github.io/jquery.confirm/