localStorageDB
localStorageDB copied to clipboard
my truncate not working
there is no any warning or error in console and it dosent work
....
$(document).ready(function () {
$("#clear_basket").click(function(){
LCshopLocalDB.truncate("cart");
location.reload();
});
});
sorry man i forget add LCshopLocalDB.commit();
have fun and thanx for your Awesome DB