Info
Version: | 2.2.0 |
Author(s): | Three Dub Media |
Last Update: | Friday, August 31, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://threedubmedia.com/code/event/drag |
NuGet Url: | https://www.nuget.org/packages/jquery.event.drag |
Install
Install-Package jquery.event.drag
dotnet add package jquery.event.drag
paket add jquery.event.drag
jquery.event.drag Download (Unzip the "nupkg" after downloading)
Dependencies
- jQuery(1.7)
Tags
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.