views:

70

answers:

4

I'm looking for alternative JavaScript Libraries to learn as an alternative to jQuery, as I think it would be good to know more than one and so i can broaden what libraries I know.

I'd tried Mootools so far but am not sure what else is just as good.

Any ideas?

+4  A: 
David Dorward
Cool thanks I'll check them out.
+2  A: 

See:

Comparison of JavaScript frameworks

Another good resource:

Compare JavaScript frameworks

Some of the things compared include:

  • Selectors
  • DOM traversal
  • DOM manipulation
  • Utility functions
  • Event handling
  • Ajax
Sarfraz
That has some good info on. Thanks a lot.
A: 

Not to forget Mootools: http://mootools.net/

Christian
+1  A: 
Pointy
Cool, i'll check them out.