Skip to content

Instantly share code, notes, and snippets.

@ratulcse10
Created September 20, 2015 18:24
Show Gist options
  • Save ratulcse10/c026a668207b17eae866 to your computer and use it in GitHub Desktop.
Save ratulcse10/c026a668207b17eae866 to your computer and use it in GitHub Desktop.
get_total univ
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