Last active
July 12, 2020 10:44
-
-
Save ahmedeshaan/c872c3e4813664c45569a2de5b547362 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
https://app.crisp.chat/website/37a53881-c4fb-47c5-b2f6-7392ee5020e2/inbox/session_a2ae7fd7-0aae-4b79-8180-c22cd3de94e9/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jQuery(document).ready(function( $ ){
// Your code in here
jQuery( document ).on( 'jet-filter-content-rendered', function(){
jQuery('.variations_form').each(function(){
jQuery(this).wc_variation_form();
});});
});