I have been using a demo site since yesterday and made a version on my own site.
Here is the demo site:
http://rikrikrik.com/jquery/autosave/
Here is the exact code that is on my site:
http://jsfiddle.net/EswfB/1/
The problem:
Delete related cookies is not working properly.
It sometimes works and sometimes doesn’t. Usually will only work when I click it, refresh, click restore and click delete again.
Now, the demo site and my site were working perfectly yesterday, turn off my machine, return today and neither work. Don’t work on my colleagues machine either.
Using Chrome and FF.
Any ideas?
The address bar shows no signs of href=”#” when delete related cookies is clicked. Also delete related cookies does nothing.
I would recommend to use localStorage in JavaScript, that’s easy to manage. You would save a lot of code. http://jsfiddle.net/EswfB/8/
And HTML: