使用easyui tab需要注意的问题

$("#no5").tabs({
  tabPosition : 'left',
  cache:false,
  headerWidth : 100,
  tabWidth : 100
});

 

cache:false 记得加上 不然有缓存有时候会 加载旧数据  为了避免麻烦尽量 用tab的时候都把缓存去掉

posted @ 2019-11-06 14:03  Samuel-Leung  阅读(278)  评论(0)    收藏  举报