views:

261

answers:

4

Does jQurey UI considered as a jQuery Plugin? Is it possible to use jQuery UI without jQuery?

+9  A: 

Does jQurey UI considered as a jQuery Plugin?

It is not a single plugin but a collection of plugins and UI widgets.

Is it possible to use jQuery UI without jQuery?

No, jQuery UI is built on top of jQuery.

Darin Dimitrov
A: 

I would call it more of an extension to jQuery. It does use the core jQuery Library, which makes sense otherwise there would be 2 versions.

more info here: http://jqueryui.com/docs/Getting%5FStarted

Mark Redman
same thing, different words
hasen j
A: 

jQuery UI is an official jQuery project which provides UI plugins, widgets, effects, interactions and theming.

RedWolves
A: 

It is a series of plugins, and you don't have to add the whole thing if you dont want. You can download just what you need to save some page weight.

note: you do need the core to do anything

Douglas