在jQuery如何回填单选框





当你在做修改数据时,如何将性别回填到选择性别的选项中?

你好!

回填单选框

$("input[type=radio][name='remindFlg'][value='0']").attr("checked",'checked');