Which JavaScript Libraries do not rely on a document and navigator object?

Posted by Julian Weimer on Stack Overflow See other posts from Stack Overflow or by Julian Weimer
Published on 2010-05-04T18:18:28Z Indexed on 2010/05/04 18:38 UTC
Read the original article Hit count: 189

Filed under:
|
|

I'm currently looking for some libraries which might help me during iPhone Development using Appcelerator Titanium. I've heard that since version 1.0 it isn't dependant on webkit anymore and it makes app-development more exiting of course, please correct me if i'm wrong. As many people out there i love Javascript Frameworks such as JQuery and Mootools much, but they were build specifically to do a great job within a browser and most of the functionality is not needed within the environment Titanium now provides (DOM-Manipulation etc).

Is there any other small library of useful functions i can use for development? Thx in advance.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about titanium