jQuery 根据value设置radio默认选中:
HTML: <input type="radio" name="type" value="1" checked=""> 132
<input type="radio" name="type" value="2">456 JS: var sex = 2;
$(":radio[name='rbsex'][value='" + sex + "']").prop("checked", "checked");
相关文章
- jQuery设置 select、radio、checkbox 默认选中的值
- jquery根据值设置radio和select选中状态
- jquery循环遍历radio单选按钮,并设置选中状态
- jQuery获取Select选中的Text和Value,根据Value值动态添加属性等
- 单选框radio总结(获取值、设置默认选中值、样式)
- Select标签 根据value值默认选中 Jquery
- jQuery获取Select选中的Text和Value,根据Value值动态添加属性
- jQuery获取Select选中的Text和Value,根据Value值动态添加属性等
- 如何获取select中的value、text、index相关值 && 如何获取单选框中radio值 && 触发事件 && radio 默认选中
- 根据JSON的值设置radio选中状态