window 关闭最好用destroy 不要用close 因为dom里面会缓存 这样如果刷新tab的话 window会越来越多
case 'destroy':
return this.each(function(){
$(this).panel('destroy', param);
});
?
window 关闭最好用destroy 不要用close 因为dom里面会缓存 这样如果刷新tab的话 window会越来越多
case 'destroy':
return this.each(function(){
$(this).panel('destroy', param);
});
?