views:

19

answers:

1

It seems clear that jquery has become the standard “low level” JavaScript library.

We also have extjs and dojo that provide application frame works and widgets etc.

I was expecting an application framework and widget set that builds on the jquery foundation to have become fashionable by now.

Is there such a widget set and application framework?

+1  A: 

jQueryUI has a host of widgets available to use, along with a powerful theming framework. Most widgets come in the form of plugins.

Andy E
Do you build up an application with jQueryUI widgets like you do with ExtJs, or do you use them to make an existing HTML page richer?
Ian Ringrose
@Ian: mostly the latter.
Andy E