dragsort 0.5.2.2

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

// Install dragsort as a Cake Tool
#tool nuget:?package=dragsort&version=0.5.2.2

A javascript file that provides the ability to sort lists using drag and drop. Built on the jQuery framework.

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
0.5.2.2 377 8/6/2014

* Fixed scrollContainer removing deprecated use of $.browser so should now work with latest version of jQuery.
* Added the ability to return false in dragEnd to revert sort order
* Fix nuget package for version 0.5.2