jquery.event.drag
2.0.0
See the version list below for details.
dotnet add package jquery.event.drag --version 2.0.0
NuGet\Install-Package jquery.event.drag -Version 2.0.0
<PackageReference Include="jquery.event.drag" Version="2.0.0" />
paket add jquery.event.drag --version 2.0.0
#r "nuget: jquery.event.drag, 2.0.0"
// Install jquery.event.drag as a Cake Addin #addin nuget:?package=jquery.event.drag&version=2.0.0 // Install jquery.event.drag as a Cake Tool #tool nuget:?package=jquery.event.drag&version=2.0.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.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.4.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on jquery.event.drag:
Package | Downloads |
---|---|
SlickGrid
Quite simply, SlickGrid is a JavaScript grid/spreadsheet component. It is an advanced component and is going to be a bit more difficult to learn and configure, but once you realize its full potential, it will blow your mind! Some highlights: - Adaptive virtual scrolling (handle hundreds of thousands of rows with extreme responsiveness) - Extremely fast rendering speed - Supports jQuery UI Themes - Background post-rendering for richer cells - Configurable & customizable - Full keyboard navigation - Column resize/reorder/show/hide - Column autosizing & force-fit - Pluggable cell formatters & editors - Support for editing and creating new rows. - Grouping, filtering, custom aggregators, and more! - Advanced detached & multi-field editors with undo/redo support. - “GlobalEditorLock” to manage concurrent edits in cases where multiple Views on a page can edit the same data. |
|
scalejs.grid-slick
Grid extension for scalable JavaScript application (based on SlickGrid). |
GitHub repositories
This package is not used by any popular GitHub repositories.