Posts Tagged ‘response’

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.

Read More