Using jQuery data function for local storage
July 17, 2010
I needed to create a decision tree on a web page without refreshing or leaving the page. And, I needed a way to keep the data for the options selected so at the end I could send the data to a database. Since I have to write for IE 6 & 7, no html 5 … More Using jQuery data function for local storage