Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fnagel/jquery-ui-extensions
jQuery UI widget extensions, check branches!
https://github.com/fnagel/jquery-ui-extensions
dialog javascript jquery jquery-ui jquery-ui-dialog jquery-ui-selectmenu selectmenu
Last synced: 7 days ago
JSON representation
jQuery UI widget extensions, check branches!
- Host: GitHub
- URL: https://github.com/fnagel/jquery-ui-extensions
- Owner: fnagel
- Created: 2012-12-20T19:45:19.000Z (almost 12 years ago)
- Default Branch: selectmenu
- Last Pushed: 2015-12-28T19:12:49.000Z (almost 9 years ago)
- Last Synced: 2024-05-28T06:36:26.845Z (6 months ago)
- Topics: dialog, javascript, jquery, jquery-ui, jquery-ui-dialog, jquery-ui-selectmenu, selectmenu
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [jQuery UI](http://jqueryui.com/) Extensions
[![Build Status](https://drone.io/github.com/fnagel/jquery-ui-extensions/status.png)](https://drone.io/github.com/fnagel/jquery-ui-extensions/latest)
## jQuery UI Seletmenu Extensions
*Copyright 2012-2015, Felix Nagel (http://www.felixnagel.com)*
*Licensed under the MIT license.*#### Description
This is a collection of extensions for the new [jQuery UI Selectmenu Widget](https://github.com/jquery/jquery-ui/tree/selectmenu).
#### Dependencies
* jQuery
* jQuery UI
* core.js
* widget.js
* position.js
* menu.js
* selectmenu.js### Popup Style
#### Usage
Just add the selectmenu.popup.js file and enable `popup` option.#### Available Options
The following options are added to the existing options of the Seldctmenu widget:* **popup:** `false`
Make the selectmenu menu work like a pop up instead of a dropdown menu.### Native Menu
#### Usage
Just add the selectmenu.native-menu.js file and enable `nativeMenu` option.##### Available Options
The following options are added to the existing options of the Seldctmenu widget:* **nativeMenu:** `false`
Use native select menu instead of the generated menu.*Note:* Event callbacks won't work if this extension is enabled.