jquery radio set checked.

$('input[name=source]').eq(0).prop("checked",true);

原文地址:https://www.cnblogs.com/zhonghan/p/3624744.html