适用于杭州师范大学教务系统教师评价,其他大学暂时没有测试,请在浏览器终端复制如下代码后回车运行
/**
* 代码逻辑就是找到第一个复选框然后设置较好,其他的候选框设置为好
* jQuery方便的元素查找让这一过程更加简便
*/
jQuery("#iframeautoheight").contents().find("select[id^='DataGrid1__ct']").removeAttr("disabled").val("好");
jQuery("#iframeautoheight").contents().find("select#DataGrid1__ctl2_JS1").removeAttr("disabled").val("较好");