jquery获得radio的值

来源:互联网 发布:阿里云怎么提现 编辑:程序博客网 时间:2024/06/07 06:41
var checkValue = $("#createCompany input:radio[name='isEndUser']:checked").val();