I am trying to make a list of JavaScript UI widget frameworks for consideration in a project. Ideally, it would be a library that has a set of ready-made ui widgets, without dependencies on dom / js extension / manipulation structures, such as JQuery or Prototype, minimal additional cracks, such as Ajax API and DOM selectors, etc.
Here is what I still have:
Can anyone suggest any other that is worth a look?
Please do not offer jQuery, Prototype, Mootools, Dojo, etc., their main focus should not be to provide ui widgets.
source
share