Skip to content

Instantly share code, notes, and snippets.

@tarunranka
Last active September 29, 2017 17:53
Show Gist options
  • Save tarunranka/063f295405415ce8a482a806da3dd100 to your computer and use it in GitHub Desktop.
Save tarunranka/063f295405415ce8a482a806da3dd100 to your computer and use it in GitHub Desktop.
import "../sass/cart.scss";
export default class Cart {
static bindCartqty(){
/*code for binding the qty increcment/decrement*/
}
}
jQuery(document).ready(function() {
Cart.bindCartqty()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment