当前位置: 代码迷 >> JavaScript >> js开发有关问题积累
  详细解决方案

js开发有关问题积累

热度:230   发布时间:2012-10-20 14:12:48.0
js开发问题积累

window 关闭最好用destroy 不要用close 因为dom里面会缓存 这样如果刷新tab的话 window会越来越多

case 'destroy':
return this.each(function(){
$(this).panel('destroy', param);
});

?

  相关解决方案