jui_dropdown 1.0.4

dotnet add package jui_dropdown --version 1.0.4
NuGet\Install-Package jui_dropdown -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jui_dropdown" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jui_dropdown --version 1.0.4
#r "nuget: jui_dropdown, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jui_dropdown as a Cake Addin
#addin nuget:?package=jui_dropdown&version=1.0.4

// Install jui_dropdown as a Cake Tool
#tool nuget:?package=jui_dropdown&version=1.0.4

jQuery plugin, provides a simple dropdown button menu (split button). jQuery UI themes compatible.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on jui_dropdown:

Package Downloads
jui_datagrid

jui_datagrid is an Ajax-enabled jQuery plugin, useful to manipulate database data in tabular format. Fully customizable, simple but powerful API, jQuery themes compatible, localization support. It has a modular design, so it is using jui_pagination plugin for paging and jui_filter_rules plugin for searching.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 2,895 4/15/2013
1.0.3 1,428 2/11/2013
1.0.2 1,469 1/28/2013

* Improve hide behaviour: closes #5 (https://github.com/pontikis/jui_dropdown/issues/5 - Menu becomes hidden when mouse leaves its area. Also, menu becomes hidden when another menu is launched.

* MouseOver functionality: closes #6 (https://github.com/pontikis/jui_dropdown/issues/6 - Menu can be launched when mouse enters launcher, instead of click (there is a new setting for this: launchOnMouseEnter (default false)