jquery 获取radio的值

var value = $("input[name='radio1'][type='radio']:checked").val(); 

  

原文地址:https://www.cnblogs.com/luckyyi/p/7999186.html