Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery UI without HTML
    primarykey
    data
    text
    <p>Is there a project (open source) that takes the widgets and plugins for <a href="http://jqueryui.com/home" rel="nofollow noreferrer">jQuery UI</a> but allows us to use them without setting up any HTML?</p> <p>Kinda like <a href="http://www.sencha.com/products/js/" rel="nofollow noreferrer">Ext-js</a> and <a href="http://www.sproutcore.com/community/" rel="nofollow noreferrer">Sproutcore</a>, but without the acidental complexity and lack of fluidity, and more like <a href="http://cappuccino.org/" rel="nofollow noreferrer">Cappuccino</a>, but without requiring a Mac and the horrible load times from Objective-j (which also has no IDE support). Also, more like <a href="http://ukijs.org/" rel="nofollow noreferrer">Ukijs</a>, but with more widgets. And kinda like <a href="http://pyjs.org/" rel="nofollow noreferrer">Pyjamas</a> and <a href="http://code.google.com/webtoolkit/" rel="nofollow noreferrer">GWT</a>, but without the lack of widgets, pre-compiling step, and/or Java. For example:</p> <pre><code>uki({ view: "Button", text: "Hello world!", rect: "120 80 180 24", click: function() { alert(this.text()); }).attachTo( document.getElementById("test") ); </code></pre> <p>The reason I'm taking jQuery is because it is the only web framework that supports all <a href="http://designingwebinterfaces.com/essential_controls" rel="nofollow noreferrer">30 essential controls</a> (given with <a href="http://wiki.jqueryui.com/Essential-Controls-List" rel="nofollow noreferrer">enough plugins</a>).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload