2009-09-02 61 views

回答

2

您必須聲明回調。

var myClose=function(hash) { /* YOUR STUFF */ }; 

$('#dialog').jqm({onHide:myClose});