Created
May 27, 2020 14:37
-
-
Save ahmedeshaan/894a445b00ed12d8c136dc5c33312bcb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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