I have jQuery mobile app. I get new data from the server and hold it in javascript Arrays.
When I go to a page in the jQuery mobile app I want it to populate with the data from the Javascript Arrays.
The reason for this is I update the data in the web app
Question is how do you put the Arrays on to the page and how do you call that function when the page is displayed.
I have tried jQuery.each but do not know when or how the function this is in is called.
I use arrays in my jquery mobile app like this:
For putting JSON data in an array:
I have code that uses the g_RunCard as needed.