Skip to content

Instantly share code, notes, and snippets.

@mido1983
Created November 25, 2019 14:35
Show Gist options
  • Save mido1983/4e02efb12c7bb76ce3fa7a9c7b4d8ad7 to your computer and use it in GitHub Desktop.
Save mido1983/4e02efb12c7bb76ce3fa7a9c7b4d8ad7 to your computer and use it in GitHub Desktop.
jQuery .change not working
jQuery(document).ready(function($) {
$(document).on("change", ".variations #size", function() {
$('p.price').hide();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment