Skip to content

Instantly share code, notes, and snippets.

View kyujin-cho's full-sized avatar

Kyujin Cho kyujin-cho

View GitHub Profile
@kyujin-cho
kyujin-cho / examination.js
Created November 22, 2016 02:13
HYU 강의평가 모두 1 스크립트
$('form#testForm > table > tbody > tr.even').each(function(index) {
$('form#testForm > table > tbody > tr.even').eq(index).find('input[value=1]').attr('checked', true)
})
$('input#btn_save').trigger('click');
pyNaverBlogCrawler