Nov 06 2010
I often use the jQuery ajax implementation $.ajax() to get data from json, xml or html. Sometimes I like the data to be cached in a global variable to access it from somewhere else in my application.
I often use the jQuery ajax implementation $.ajax() to get data from json, xml or html. Sometimes I like the data to be cached in a global variable to access it from somewhere else in my application.