Skip to content

Instantly share code, notes, and snippets.

@kyujin-cho
Created November 22, 2016 02:13
Show Gist options
  • Select an option

  • Save kyujin-cho/9e790de98065501c893875c54ead131a to your computer and use it in GitHub Desktop.

Select an option

Save kyujin-cho/9e790de98065501c893875c54ead131a to your computer and use it in GitHub Desktop.
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');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment