Created
January 5, 2019 05:32
-
-
Save ahmedeshaan/928d69e292f28223c98fbd0a41378b66 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 () { | |
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