Skip to content

Instantly share code, notes, and snippets.

@carolineschnapp
Created February 6, 2012 01:02
Show Gist options
  • Save carolineschnapp/1748732 to your computer and use it in GitHub Desktop.
Save carolineschnapp/1748732 to your computer and use it in GitHub Desktop.
Image Update in Couture
<script>
jQuery('#product-select').change(function() {
var variantTitle = jQuery(this).find(':selected').text();
jQuery('.thumbs img[alt=' + variantTitle + ']').trigger('click');
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment