localStorageDB icon indicating copy to clipboard operation
localStorageDB copied to clipboard

my truncate not working

Open ehsanwwe opened this issue 5 years ago • 1 comments

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 avatar Dec 10 '19 07:12 ehsanwwe

sorry man i forget add LCshopLocalDB.commit();

have fun and thanx for your Awesome DB

ehsanwwe avatar Dec 10 '19 07:12 ehsanwwe