码迷,mamicode.com
首页 > Web开发 > 详细

jquery attr添加selected="selected"不如用prop

时间:2018-04-14 12:41:09      阅读:836      评论:0      收藏:0      [点我收藏+]

标签:change   通过   value   attr   技术   分享图片   方法   style   options   

技术分享图片
<select name="" ng-change="eeeee(selectedss)" ng-model="selectedss" second-select style="width:100%;" ng-options="organ.organId as organ.organName for organ in organList">
                            <option value="">请选择</option>
</select>

通过secondSelect挂载模拟下拉,

 

用attr(‘selected‘,"selected")模拟选中,

发现两次选中一个值第二次选中则失效

selected="selected"依然添加上去 但是select处于未选择状态显示第一个,

element.trigger(‘change‘)出来的值也是第一个

以前用过prop添加表单选中,屡试不爽,这次老是想不起这个方法。

才用了,attr,

给复选框 select加selected一定要用prop

 

jquery attr添加selected="selected"不如用prop

标签:change   通过   value   attr   技术   分享图片   方法   style   options   

原文地址:https://www.cnblogs.com/guoyanhui-2016/p/8830942.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!