Skip to content

Instantly share code, notes, and snippets.

@animista01
Last active November 12, 2015 18:34
Show Gist options
  • Select an option

  • Save animista01/ee26404dfeced51b9c00 to your computer and use it in GitHub Desktop.

Select an option

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
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