Is there a project (open source) that takes the widgets and plugins for jQuery UI but allows us to use them without setting up any HTML?
Kinda like Ext-js and Sproutcore, but without the acidental complexity and lack of fluidity, and more like Cappuccino, but without requiring a Mac and the horrible load times from Objective-j (which also has no IDE support). Also, more like Ukijs, but with more widgets. And kinda like Pyjamas and GWT, but without the lack of widgets, pre-compiling step, and/or Java. For example:
uki({
view: "Button", text: "Hello world!",
rect: "120 80 180 24",
click: function() { alert(this.text());
}).attachTo( document.getElementById("test") );
The reason I'm taking jQuery is because it is the only web framework that supports all 30 essential controls (given with enough plugins).