码迷,mamicode.com
首页 > Web开发 > 详细

jQuery取得radio的值 取select得值

时间:2019-01-24 17:23:50      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:sel   ted   name   按钮   pre   rap   for   selected   method   

获取一组单选按钮对象:

var obj_payPlatform = $(‘#wrap input[name="payMethod"]‘);

获取被选中按钮的值 :

var val_payPlatform = $(‘#wrap input[name="payMethod"]:checked ‘).val();

 获取select的值

"typeId":$("#typeId option:selected").val()},

 

jQuery取得radio的值 取select得值

标签:sel   ted   name   按钮   pre   rap   for   selected   method   

原文地址:https://www.cnblogs.com/powangxu/p/10315333.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!