jqm API中的panel關閉前的事件beforeclose怎么用,API的文檔照著寫不起作用:Code examples:Initialize the panel with the beforeclose callback specified:$( ".selector" ).panel({ beforeclose: function( event, ui ) {}});Bind an event listener to the panelbeforeclose event:$( ".selector" ).on( "panelbeforeclose", function( event, ui ) {} );
- 0 回答
- 0 關注
- 1445 瀏覽
添加回答
舉報
0/150
提交
取消