Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created January 5, 2019 05:32
Show Gist options
  • Save ahmedeshaan/928d69e292f28223c98fbd0a41378b66 to your computer and use it in GitHub Desktop.
Save ahmedeshaan/928d69e292f28223c98fbd0a41378b66 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function () {
jQuery('.shop-container .products').on('append.infiniteScroll', function (event, response, path) {
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