views:

53

answers:

3

What jQuery UI widgets are there, except from the official ones?

I know

  • Accordion
  • Autocomplete
  • Button
  • Datepicker
  • Dialog
  • Progressbar
  • Slider
  • Tabs
A: 

I just found a Multiple Select Widget

elektronikLexikon
+2  A: 

Theres to many to name, this question is very broad and you should do some research before asking a question like this.

specifically talking about the jQuery built one's then you should look at the download section: http://jqueryui.com/download

But in regards to user built ones you just need to look around the web and do a few searches. theres no way to get a list of ALL of the user built ones.

RobertPitt
+1  A: 

A lot of plugins are available on the jquery website:

http://plugins.jquery.com/

If you need a specific one, the only way to find them is to search for it with a search engine(ex: jquery checkbox, jquery selectmenu, jquery tooltip ...).

Checkbox

Selectmenu

Tooltip

elblanco