Skip to content

Instantly share code, notes, and snippets.

@msmithstubbs
Created December 10, 2013 18:09
Show Gist options
  • Select an option

  • Save msmithstubbs/7895197 to your computer and use it in GitHub Desktop.

Select an option

Save msmithstubbs/7895197 to your computer and use it in GitHub Desktop.
Ttile from variant dropdowns
var title = $('#productVariants .single-option-selector').map(function() { return $(this).val() }).get().join(' / ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment