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?

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

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

link|improve this answer
Yep, +1 for Underscore. It's one of those libraries I've ended up using in pretty much all JavaScript (and even more so, CoffeeScript (by the same author, btw)) projects nowadays. – AKX Apr 21 '11 at 9:47
feedback

Try underscore

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.