items
'beforeSave' Event
The ‘beforeSave’ event is triggered when simpleCart is about to save the cart items to localStorage.
simpleCart.bind( 'beforeSave' , function(){ console.log( "simpleCart is about to save some stuff!" ); });
Comments
- There are no comments for this entry yet.