JQ 选中单选按钮

版权声明:大柱子 https://blog.csdn.net/weixin_43044132/article/details/88543574

                if (data.Sex=="1") {
                    $('input:radio').eq(0).attr('checked', 'true')

                } else {
                    $('input:radio').eq(1).attr('checked', 'true')
                }
 

猜你喜欢

转载自blog.csdn.net/weixin_43044132/article/details/88543574
jq