jquery.event.drag 2.2.0

dotnet add package jquery.event.drag --version 2.2.0
NuGet\Install-Package jquery.event.drag -Version 2.2.0
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="jquery.event.drag" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jquery.event.drag --version 2.2.0
#r "nuget: jquery.event.drag, 2.2.0"
#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 jquery.event.drag as a Cake Addin
#addin nuget:?package=jquery.event.drag&version=2.2.0

// Install jquery.event.drag as a Cake Tool
#tool nuget:?package=jquery.event.drag&version=2.2.0

The plugin works by using standard DOM events, and simulating custom events to create a drag interaction. It simplifies a recurring pattern of event interaction that can be fairly complex to design in a consistent, cross-browser manner. The drag interaction, while simple in most basic form, gets quite complex when introduced with issues of distance, handles, text selection, proxy elements, click suppression, and dropping.

This plugin is focused on correctly simulating the drag events in a very usable way. This plugin does not add classnames, does not alter the position or appearance of any elements, and does not alter the DOM. This plugin only provides the essential callbacks at the correct points in the interaction model to enable developers to have complete control over the interactions that they create. This reduces the file size, eliminates dependencies, and increases performance.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 5,714 8/31/2012
2.0.0 1,132 5/14/2012