Reusing a javascript app in jquery mobile?
Hi,
A client of mine wants a mobile version of his site and I wanted to use jquery mobile. Eveything is pretty simple except he's got "live" prices of various gold coins on his home page and he want that to be on the mobile site too.
I hired a freelancer to do the coding. It uses an external javascript file to pull the prices from various locations.
Can I add this to a page on the mobile site? Right now I just have the table that would contain the prices, but they're not displaying in my test version of the jquery mobile site.
Thanks for any info. I'm new to JQ Mobile.