Skip to content

Instantly share code, notes, and snippets.

View de314's full-sized avatar

David Esposito de314

  • BetterCloud
  • Atlanta
View GitHub Profile
@de314
de314 / skuScraper.js
Created April 16, 2015 01:59
Get stuff for Lizz
var $=jQuery,
currPaginationText,
rawSkus = [],
mapping = {
url: window.location.href,
skus: rawSkus
};
function getSkus() {
var skus = $('[id^="sku"]').filter(function() {