Hey everyone. I have been trying to use localstorage to store Jquery-min but I am unable to do it. I have tried some of the Jquery plugins and they do not work either.
It just seems like a great idea to load Jquery once for my web application and never worry about it again. The application that I am creating has people that visit everyday. I do not think it is needed for them to download the JS files or CSS files more than once.
I am able to store all CSS in localstorage, but not Jquery or Jquery UI.
Anyway, I know people are going to try and convence me to use cache manifest....etc. But I am looking for a way to store the Jquery library in localstorage. (That is the goal).
Any ideas?