Guest User

Untitled

a guest
Jan 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <script type="text/javascript">
  2. require(["jquery"], function(jQuery) {
  3. jQuery(".product-options-wrapper select[id^='attribute']").last().on('change', function() {
  4. setTimeout(function (){
  5. simpleId=jQuery("input[name=selected_configurable_option]").val();
  6. alert(simpleId);
  7. }, 500);
  8. }); }); </script>
Add Comment
Please, Sign In to add comment