Jquery设置单选按钮选中

Jquery设置单选按钮选中

<input type="radio" id="btn">

$("#btn").attr("checked",true);

通过jquery设置属性checked为true,即选中。