在jQuery中,让表单当中的radio按钮默认选中第一个怎么做?
展开全部
<input type="radio" id="first" checked/>
<input type="radio" id="second" />
<input type="radio" id="third" />
<input type="radio" id="second" />
<input type="radio" id="third" />
追问
我说在jQuery中,这是前提
这个是我自己推荐的:
1>jQuery("table.grid0 tr :radio[name=bo.selTaskId]")[0].checked=true;
2>jQuery(':radio[name=bo.selTaskId]').each(function(){
jQuery(this).attr('checked','checked');
return false;
});
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询