Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created May 27, 2020 14:37
Show Gist options
  • Save ahmedeshaan/894a445b00ed12d8c136dc5c33312bcb to your computer and use it in GitHub Desktop.
Save ahmedeshaan/894a445b00ed12d8c136dc5c33312bcb 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