I am developing an application using PhoneGap and jQuery Mobile.
Now when the page gets loaded then I want to load a script(.js file). Basically onDeviceReady or $(document).ready(). How to do that?
|
I am developing an application using PhoneGap and jQuery Mobile. Now when the page gets loaded then I want to load a |
||||
|
|
http://api.jquery.com/jquery.getscript
http://docs.phonegap.com/en/1.4.1/phonegap_events_events.md.html#deviceready This second code snippet is a slightly modified version of the Google Analytic code, used to add a script to the DOM asynchronously. UPDATE You can also set the |
|||||
|