jQuery in Action, 2nd edition
The moose likes HTML, CSS and JavaScript and the fly likes Please recommend some good, commonly used javascript libraries? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Please recommend some good, commonly used javascript libraries?" Watch "Please recommend some good, commonly used javascript libraries?" New topic
Author

Please recommend some good, commonly used javascript libraries?

Sol Mayer-Orn
Ranch Hand

Joined: Nov 13, 2002
Posts: 310
Hi,

I'm relatively new to javascript.
I was wondering whether there are any good javascript libraries out there?
Ones that are very widely used ?
Like, maybe even 'standard de-facto' ?

I'm especially interested in libraries that help enhance GUI ( like trees, menus, tables)...
But any other libraries would also be welcome (like - math, datastructure... anything).
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
prototype.js/scriptaculous, dojo, gwt, jquery, moofx, yahoo developer apis, etc.

There are tons out there.

Eric
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56152
    
  13

+1 on Prototype.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Sol Mayer-Orn
Ranch Hand

Joined: Nov 13, 2002
Posts: 310
thanks very much
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Please recommend some good, commonly used javascript libraries?
 
Similar Threads
Secrets of the Javascript Ninja - libraries ?
NetBeans 6.8 and JavaScript libraries
jquery ui positioning: bug?
Using $ to retrieve value in JavaScript
What is the language used for server-side examples?