JQUERY获取、设置text,areatext,radio,checkbox,select值
[code="js"]$("input[name='radio_name'][checked]").val(); //选择被选中Radio的Value值
$("#text_id").focus(function(){//code...}); //事件 当对象text_id获取焦点时触发
$("#text_id").blur(function(){//code...}); //事件 当对象t...
原创
2013-05-07 13:40:39 ·
125 阅读 ·
0 评论