Is it possible to integrate the jquery in to Titanium Appcelerator and will it work properly?
Else we can\'t integrate the jquery in titanium appcelerator?
you can use basically any JS library
you want in a WebView. Outside of a
WebView, you can use basically any JS
library that does not require the DOM
(like json2.js, etc.)