I have error with localStorage
Uncaught TypeError:localStorage.toggleSidebarCheck is not a function
I want to save the event when it clicked and although reload the page, the settings I click remain unchanged.
This my javascript:
$('.sidebar-toggle').click(function() {
localStorage.setItem(toggleSidebarCheck).click();
});