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.
关闭 Jquery UI 对话框后是否有处理 Java Applet 的方法?
您可以绑定事件dialogclose,然后在回调中附加您的小程序:
dialogclose
$("#dialog").bind("dialogclose", function() { // make applet and append to body });
挂钩对话框关闭事件