knadh / localStorageDB

A simple database layer for localStorage and sessionStorage for creating structured data in the form of databases and tables
http://nadh.in/code/localstoragedb
814 stars 128 forks source link

my truncate not working #88

Closed ehsanwwe closed 2 years ago

ehsanwwe commented 4 years ago

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();
            });
});
ehsanwwe commented 4 years ago

sorry man i forget add LCshopLocalDB.commit();

have fun and thanx for your Awesome DB