正方教务系统自动评教代码

适用于杭州师范大学教务系统教师评价,其他大学暂时没有测试,请在浏览器终端复制如下代码后回车运行

/**
* 代码逻辑就是找到第一个复选框然后设置较好,其他的候选框设置为好
* jQuery方便的元素查找让这一过程更加简便
*/
jQuery("#iframeautoheight").contents().find("select[id^='DataGrid1__ct']").removeAttr("disabled").val("好"); 
jQuery("#iframeautoheight").contents().find("select#DataGrid1__ctl2_JS1").removeAttr("disabled").val("较好"); 
posted @ 2018-06-26 11:08  ZKin  阅读(487)  评论(0编辑  收藏  举报