Can we embed another JavaScript in Cordova function(PhoneGap)? -


can call or put other java script code jquery mobile in function of cordova phonegap? have 1 function below

 function onoffline() {     //here want put javascript  } 

is possible show me various ways.

assuming onoffline callback listener on offline event (such 1 in docs):

document.addeventlistener("offline", onoffline, false);  function onoffline() {     // handle offline event } 

then can put whatever js in callback including using frameworks such jquery or zepto etc.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -