Skip to content

Instantly share code, notes, and snippets.

@matthijs166
Created September 14, 2018 09:27
Show Gist options
  • Save matthijs166/f54bd0faaa048c126fca030a75cb988c to your computer and use it in GitHub Desktop.
Save matthijs166/f54bd0faaa048c126fca030a75cb988c to your computer and use it in GitHub Desktop.
trigger a woocmmerce js trigger
(function($){
$('body').on( 'wc_fragments_loaded', function(){
self.update();
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment