jqm API中的panel關(guān)閉前的事件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 關(guān)注
- 1425 瀏覽
添加回答
舉報(bào)
0/150
提交
取消