Skip to content

Instantly share code, notes, and snippets.

@pasadinhas
Created August 30, 2015 21:55
Show Gist options
  • Select an option

  • Save pasadinhas/cbad3e14842e6e7676b2 to your computer and use it in GitHub Desktop.

Select an option

Save pasadinhas/cbad3e14842e6e7676b2 to your computer and use it in GitHub Desktop.
var x;
$.get('https://www.bungie.net/en/Armory/ItemList?page=0&order=2&dir=0&tier=0&stat=0&name=').done(function(data) {
x = data;
})
var rows = $(x).find("tr[data-hash]")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment