jquery radio取值,checkbox取值,select取值,radio选中,checkbox选中,select选中,及其相关
摘要:
//遍历被选中CheckBox元素的集合 得到Value值 $($("input[name='specialty'][checked]")).each(function(){arrChk+=this.value + ',';}); $("input[name=specialty]").get(1).checked = true;//打勾 $("input[name=serverArea]").get(1).checked = true; //不打勾jQuery 1.3.2版本下的jquery radio 阅读全文
posted @ 2012-06-14 21:16 君凌 阅读(839) 评论(0) 推荐(0)
浙公网安备 33010602011771号