jQuery获取Radio选择的Value值的几种方法

Time:2021/06/04 11:20:41   Click:
alert($("input[name='zhiyexinxi'][checked]").val());

1. $("input[name='radio_name'][checked]").val();  //选择被选中Radio的Value值
2. $("#text_id").focus(function(){//code...});  //事件 当对象text_id获取焦点时触发
3. $("#text_id").blur(function(){//code...});  //事件 当对象text_id失去焦点时触发
4. $("#text_id").select();  //使文本框的Vlaue值成选中状态
5. $("input[name='radio_name'][value='要中Radio的Value值']").attr("checked",true);   jQuery获取CheckBox选择的Value

这就是几种方法,收集整理。

TOP

四川尚狐网络@2012 版权所有
蜀ICP备12016524号-2

立即咨询
成都网站建设,成都做网站,四川尚狐网络
40f13d50b73e104f832ed1b719ae6935