JQUERY 设置SELECT选中项代码_jquery
程序员文章站
2022-05-02 08:31:27
...
JQUERY可通过value值,设定指定value的option为选中项
$("#SelectId").attr("value", "theValueYouWantToSetIndex")
另:jQuery.trim( str )方法,可以去掉字符串前后的空格
复制代码 代码如下:
$("#SelectId").attr("value", "theValueYouWantToSetIndex")
另:jQuery.trim( str )方法,可以去掉字符串前后的空格