Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Last active July 12, 2020 10:44
Show Gist options
  • Save ahmedeshaan/c872c3e4813664c45569a2de5b547362 to your computer and use it in GitHub Desktop.
Save ahmedeshaan/c872c3e4813664c45569a2de5b547362 to your computer and use it in GitHub Desktop.
https://app.crisp.chat/website/37a53881-c4fb-47c5-b2f6-7392ee5020e2/inbox/session_a2ae7fd7-0aae-4b79-8180-c22cd3de94e9/
@ahmedeshaan
Copy link
Author

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();

});});

});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment