Frameworks for JavaScript UI Widgets?
Posted
by ChrisInCambo
on Stack Overflow
See other posts from Stack Overflow
or by ChrisInCambo
Published on 2008-12-05T08:36:29Z
Indexed on
2010/04/11
0:43 UTC
Read the original article
Hit count: 330
JavaScript
I'm trying to put together a list of JavaScript UI widget frameworks for consideration in a project. Ideally it would be a library that has a range of ready made ui widgets, no dependencies on dom/js extention/manipulation frameworks like JQuery or Prototype, minimal additional cruft, such as Ajax API's and DOM selectors etc.
Here's what I have so far:
- qooxdoo,
- ScriptClient
- ExtJs
Could anyone suggest any other that are worth a look?
Please do not suggest, JQuery, Prototype, Mootools, Dojo etc, their primary focus is not to provide ui widgets.
© Stack Overflow or respective owner