Skip to content

Instantly share code, notes, and snippets.

@fabienhinault
Created September 23, 2016 10:56
Show Gist options
  • Save fabienhinault/78ecdc8edc592c64887abfaaf6648484 to your computer and use it in GitHub Desktop.
Save fabienhinault/78ecdc8edc592c64887abfaaf6648484 to your computer and use it in GitHub Desktop.
get all product numbers from https://www.coursesu.com/mesproduitspreferes
$('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