Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created April 15, 2020 08:15
Show Gist options
  • Save ahmedeshaan/b3c660161eec589d2efb8c3c210d4053 to your computer and use it in GitHub Desktop.
Save ahmedeshaan/b3c660161eec589d2efb8c3c210d4053 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function( $ ){
// Your code in here
jQuery( document ).on( ‘jet-filter-loaded’, function(){
jQuery(‘.variations_form’).each(function(){
jQuery(this).wc_variation_form();
});});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment