items
'afterSave' Event
The ‘afterSave’ event is triggered just after simpleCart saves the cart items to localStorage.
simpleCart.bind( 'afterSave' , function(){
console.log( 'simpleCart just saved everything!' );
});
Comments
- There are no comments for this entry yet.