Last active
November 12, 2015 18:34
-
-
Save animista01/ee26404dfeced51b9c00 to your computer and use it in GitHub Desktop.
Dar click automáticamente en la calificación de docentes de la U Simon Bolivar
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
| for(var i = 1; i <= 20; i++){ | |
| console.log($('input[name=radEva_'+i+']')); | |
| $('input[name=radEva_'+i+']').click(); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment