input type="radio" 赋值问题

Posted 一直在路上的猪

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了input type="radio" 赋值问题相关的知识,希望对你有一定的参考价值。

之前项目中 后台传值 然后赋给单选input   在网上找了好久,现在有时间了,整理一下  ,方便以后有人会用到。

 

 $(‘radio[name="sex"][value‘"+sexval+"‘]‘).prop(‘checked‘,‘checked‘);  其中  sexval就是获取到的值 ;

这样就可以赋值了,如果后台传过来的是文字,例如:sexval :‘女’,那你的value在html页面中也要是中文,或者

if(sexval==“女”){

 sexval = ‘0’; 

}

不过一般给传值都是数字。

以上是关于input type="radio" 赋值问题的主要内容,如果未能解决你的问题,请参考以下文章

input type="radio" 赋值问题

自定义input[type="radio"]的样式

自定义input[type="radio"]的样式

input[type="radio"]自定义样式

发送输入 type="radio" 的表单

自定义input[type="radio"]的样式