Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit e4eafca

Browse files
committed
improve readme
1 parent ab2659d commit e4eafca

File tree

1 file changed

+28
-12
lines changed

1 file changed

+28
-12
lines changed

README.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,35 @@
1-
[jQuery UI](http://jqueryui.com/) - Extensions
2-
================================
1+
# [jQuery UI](http://jqueryui.com/) Extensions
32

4-
This repository is not actively maintained. It works with whatever version of
5-
jQuery UI is used in the demos. Individual extensions may or may not work with
6-
newer version of jQuery UI.
73

4+
## jQuery UI Seletmenu Popup Style Extension
85

9-
What is this?
10-
---
11-
Some script which extend jQuery UI widgets with additional functionality.
6+
*Copyright 2013, Felix Nagel (http://www.felixnagel.com)*
7+
*Dual licensed under the MIT or GPL Version 2 licenses.*
128

13-
* [**Selectmenu**](https://github.com/fnagel/jquery-ui-extensions/tree/selectmenu)
14-
Pop-up style modus for the new Selectmenu widget.
15-
* [**Dialog**](https://github.com/fnagel/jquery-ui-extensions/tree/dialog)
16-
Animated resize and positioning for the Dialog widget.
179

10+
### Description
1811

12+
This is an extension for the new [jQuery UI Selectmenu Widget](https://github.com/jquery/jquery-ui/tree/selectmenu).
1913

14+
15+
### Dependencies
16+
* jQuery
17+
* jQuery UI
18+
* jquery.ui.core.js
19+
* jquery.ui.widget.js
20+
* jquery.ui.position.js
21+
* jquery.ui.meneu.js
22+
* jquery.ui.selectmenu.js
23+
24+
25+
### Use
26+
Just add the jquery.ui.selectmenu.popupStyle.js file and enable `popup` option.
27+
28+
29+
### API Documentation
30+
31+
#### Available Options
32+
The following options are added to the existing options of the dialog widget:
33+
34+
* **popup:** `false`
35+
Make the selectmenu menu work like a pop up instead of a dropdown menu.

0 commit comments

Comments
 (0)