Created
September 23, 2016 10:56
-
-
Save fabienhinault/78ecdc8edc592c64887abfaaf6648484 to your computer and use it in GitHub Desktop.
get all product numbers from https://www.coursesu.com/mesproduitspreferes
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
$('tr.pdct').each(function(){console.log($(this)[0].attributes['data-ref'].value);}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment