Call function only after login, reloading main page; clearing cache?
Our mobile website at
http://m.Goba.mobi has a login on the main page. After login I need to call a method which will begin polling for data. I'm not sure of the best way to go about this since jQuery Mobile strips <script> blocks from page calls, and also caches the header and footer.
Can someone give me some input on this?