This repository was archived by the owner on Mar 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +28
-12
lines changed Expand file tree Collapse file tree 1 file changed +28
-12
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments