Search Results

3
votes

What JavaScript library would you choose for a new project and why?

Dojo. The base is 26k, and much more than just a DOM traversal. It can do gradual degradable enhancements, but as soon as your app is ready for t …
2
votes

Are there any good Javascript graphics libraries?

Take a look at dojox.gfx: docs, tests …
0
votes

How can I streamline/improve/beautify my auto-form JS code?

Take a look at dojox.form.manager — it does appro …