Skip to content

Instantly share code, notes, and snippets.

@DawnPaladin
Last active February 9, 2016 20:09
Show Gist options
  • Save DawnPaladin/14e41444c9aaf303cfa8 to your computer and use it in GitHub Desktop.
Save DawnPaladin/14e41444c9aaf303cfa8 to your computer and use it in GitHub Desktop.
Convert an array of product numbers to an array of jQuery objects
var $ATCButtons = jQuery(itemNumbers.map(function(number) {
return '.addToCartBtn[widgetid="addToCart' + number + '"]';
}).join(','));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment