Is there a way to reset a users localStorage in javascript?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
https://github.com/thyagoquintas/jquery-storage You can use a simple jQuery plugin for store information using localStorage or cookie. This plugin it's useful because you don't need control if the browser has or hasn't suport to localStorage. The function to reset the user localStorage is:
|
|||