Skip to content

Instantly share code, notes, and snippets.

@adatta02
Created August 15, 2012 04:46
Show Gist options
  • Save adatta02/3356004 to your computer and use it in GitHub Desktop.
Save adatta02/3356004 to your computer and use it in GitHub Desktop.
var list = [];
$(".institution").each( function(){ list.push( $(this).text() ); } );
list = list.sort();
list.join("\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment