Skip to content

Instantly share code, notes, and snippets.

@msmithstubbs
Last active December 15, 2015 17:19
Show Gist options
  • Select an option

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

Select an option

Save msmithstubbs/5295706 to your computer and use it in GitHub Desktop.
Finding the variant id from the hidden dropdown
$(document).ready(function() {
$('#notify_button').click(function(event) {
event.preventDefault();
BISPopover.create($('#notify_email').val(), $('#product-select :selected').val());
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment