Created
August 30, 2015 21:55
-
-
Save pasadinhas/cbad3e14842e6e7676b2 to your computer and use it in GitHub Desktop.
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 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