Created
September 20, 2015 18:24
-
-
Save ratulcse10/c026a668207b17eae866 to your computer and use it in GitHub Desktop.
get_total univ
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
var i; | |
for (i = 27; i < 35; i++) { | |
var name = document.getElementsByClassName('wikitable sortable jquery-tablesorter')[0].getElementsByTagName("tbody")[0].getElementsByTagName('tr')[i].getElementsByTagName('td')[0].getElementsByTagName('a')[0].title; | |
console.log("<option>"+name+"</option>"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment