首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

js开发有关问题积累

2012-10-20 
js开发问题积累window 关闭最好用destroy 不要用close 因为dom里面会缓存 这样如果刷新tab的话 window会越

js开发问题积累

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

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

?

热点排行