jquery-ui.selectmenu.extended

1.1.0 • Public • Published

jQuery UI Extensions

Build Status

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.

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.

Package Sidebar

Install

npm i jquery-ui.selectmenu.extended

Weekly Downloads

4

Version

1.1.0

License

none

Last publish

Collaborators

  • fnagel