使用easyui tab需要注意的问题

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

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

猜你喜欢

转载自www.cnblogs.com/Samuel-Leung/p/11804785.html