Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best UI Library to use with jQuery [closed]

What do you guys recommend for a UI library to use with jQuery. jQuery UI seems to have less widgets compared to other frameworks. I've been playing around lately with the Dojo Toolkit which seems pretty nice so far, and I know that there is always the Yahoo! User Interface, but is there anything else?

I also need to consider licensing, something that can be distributed with Open Source software licensed under the BSD license as well as internal-use software.

like image 281
dragonmantank Avatar asked Mar 12 '09 00:03

dragonmantank


People also ask

Is jQuery UI still used?

That said, jQuery still has its uses. For one, it's been used in countless projects ranging from enterprise ecommerce apps to simple landing pages. Secondly, jQuery is still good for certain things, such as rapid prototyping and even animation if you aren't good with CSS.

Do you need jQuery for jQuery UI?

If you want to use jQuery. UI you have to include jQuery. js. jQuery.

Is jQuery UI free for commercial use?

jQuery UI is also free. The use of jQuery UI (and all jQuery projects) is under the terms of the MIT license. All jQuery projects are free to use in any project (including commercial ones), as long as the copyright headers are preserved.

What is jQuery UI library?

JqueryUI is a powerful Javascript library built on top of jQuery JavaScript library. UI stands for User interface, It is a set of plug-ins for jQuery that adds new functionalities to the jQuery core library.


2 Answers

Those other "ui libraries" depend on entire other frameworks. If you're using Prototype, choose Scriptaculous. If you're using Dojo, use Dijit.

If you're using jQuery, really, use jQuery UI. You can style the jQuery UI "widgets" a number of different ways; take a look at the Theme Roller Gallery: http://themeroller.com/

What do you mean by lack of maturity and polish?

like image 157
defeated Avatar answered Oct 05 '22 00:10

defeated


I've found the jQuery UI widget's in various stages. Some are mature. Some are less so.

The beauty of jQuery is that it's great at not interfering with anything else, so I like to use jQuery with YUI for my UI widgets. YUI is mature, professional looking "out of the box", and thoroughly tested against all A grade browsers. I can't say the same for all the jQuery UI widgets.

like image 31
Keith Bentrup Avatar answered Oct 05 '22 00:10

Keith Bentrup