|
|
|
|
|
by bomberstudios
6583 days ago
|
|
jQuery is fast, lightweight and easy to master. For more advanced stuff, your best bet is Prototype. Dojo, YUI (and ExtJS, not on your list) are good if you have a massive team of JavaScript developers and need standards and solid documentation, but are overkill for 90% of projects. |
|
Ext has a nice DataStore object for accessing remote data. And Ext has all those great "rich" components. But I found it wasn't much more work to do my own components in jQuery. (Tree is very simple to implement in jQuery from scratch)
The sense of control I have with jQuery is nice.
The main code to handle my own trees:
You can see here the implementation is customized to the markup I needed for MY tree. CSS handles the rest, as it should.My favorite thing about jQuery is it makes doing things the right way very easy.