tags:

views:

49

answers:

3

What are the most famous JavaScript libraries?

+1  A: 

jQuery

Or get your full answer here or here and here

Jochem
A: 

I would go for jQuery here.

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

Sarfraz
A: 

This seems like a bit of an open ended question to me.

jQuery, MooTools, ExtJS, Prototype...

Nathan Kleyn