I've a HTML application that is running locally. When the first HTML page is opened it creates an array reading an XML file using jquery.
I am able to create the array successfully. Now I need to retain those array values when I browse through other pages of my application. It is because those array values contain imprortant CSS colors which will get applied to elements during runtime.
How can the data be passed between pages. Kindly advise.
Please Note: My application is running locally and not on a webserver.