Search code examples
javascriptappcelerator-mobile

Non browser JS library


I'm using Appcelerator Titanium but I want a good JS library to help with object and array manipulation.

A cut down version of dojo or jQuery with out references to window, navigator or the DOM would be good.

Many thanks.

Can anyone suggest one?


Solution

  • underscore.js has a lot of useful features not strictly related to the DOM.