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);  
}  

相关文章:

  • 2022-12-23
  • 2022-02-17
  • 2019-05-22
  • 2021-09-02
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-23
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案