Skip to content

Instantly share code, notes, and snippets.

@dotku
Created July 30, 2017 20:21
Show Gist options
  • Select an option

  • Save dotku/c7059111ad31565cc1784009c5c348c0 to your computer and use it in GitHub Desktop.

Select an option

Save dotku/c7059111ad31565cc1784009c5c348c0 to your computer and use it in GitHub Desktop.
MK Script
$(".product-tile-container .product-image-container").each(function(i, o){console.log($(o).find('.product-image').attr('src'))})
$(".product-price-container").each(function(i, o){console.log($(o).find('a').attr('href'), $(o).find('.ada-link.visually-hidden').text())})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment