Created
November 22, 2016 02:13
-
-
Save kyujin-cho/9e790de98065501c893875c54ead131a to your computer and use it in GitHub Desktop.
HYU 강의평가 모두 1 스크립트
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('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