It seems like there's an endless amount of client-side JavaScript libraries/tools/packages/whatever available, with a "new hotness" appearing every week.
A few that have caught my attention in the past:
mo.js (motion graphics)
Prism (syntax highlighting)
QuoJS (touch events for mobile)
So... what do you use/recommend checking out?
I'm still using jQuery, I think because I've been using it for quite a while and I can use it quickly without having to refer to the docs. When I do have to look something up, the documentation is awesome. So much better than most frameworks and libraries.
jQuery is still lacking for touch events though. How are you liking QuoJS?
@D3 wrote:jQuery is still lacking for touch events though. How are you liking QuoJS?
Will let you know! There's a skunkworks project that I want to build out over the spring that'll rely on QuoJS for interaction.