Skip to content

Instantly share code, notes, and snippets.

@hemraj7171
Created May 24, 2017 06:03
Show Gist options
  • Save hemraj7171/aea5d3aae35b8bf2015191682310daf8 to your computer and use it in GitHub Desktop.
Save hemraj7171/aea5d3aae35b8bf2015191682310daf8 to your computer and use it in GitHub Desktop.
Do JS Stuffs even after cart Update
$( document.body ).on( 'updated_cart_totals', function(){
//re-do your jquery
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment