2011-08-03 37 views

回答

5

可以使用option方法描述here

open: function (event, ui) { 
    $(this).dialog("option","title","new name"); 
} 

应该工作

相关问题