`
liuxiaokeep
  • 浏览: 1589 次
文章分类
社区版块
存档分类
最新评论
文章列表
function changeEUIBoxWidth(id, width){ $('#'+id).parent().find($('span:eq(0)')).css('width',width+'px'); $('#'+id).parent().children("span").eq(0).css('width',width+'px'); $.parser.parse('#'+id); }  
Global site tag (gtag.js) - Google Analytics