在jquery中 我有个复选框的id=a 我点一个按钮就让他选中 怎么做了? (jquery)
$("#a").attr("checked",'true')
$('#bt').onClick( function(){$('#ck').checked();});大概是这么写吧,函数名记不得了