Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ahmedeshaan/b7bb982dd14cca1e879670baba7db435 to your computer and use it in GitHub Desktop.

Select an option

Save ahmedeshaan/b7bb982dd14cca1e879670baba7db435 to your computer and use it in GitHub Desktop.
jQuery('body').on('aln_reloaded', function () {
_.delay(function(){
jQuery('.variations_form').each(function () {
jQuery(this).wc_variation_form();
})
}, 300);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment