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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
- jQuery (>= 1.6.0)
- jQuery.UI.Combined (>= 1.8.23)
GitHub repositories
This package is not used by any popular GitHub repositories.
* 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)