DEV Community

Cover image for JSort: Dependency-Free Drag Sort Library for Modern Browsers
jQueryScript
jQueryScript

Posted on

JSort: Dependency-Free Drag Sort Library for Modern Browsers

JSort: a vanilla JavaScript library that brings smooth drag-and-drop sorting to your web applications.

Key features:

• Zero dependencies – works with plain JavaScript

• Touch and mouse support through Pointer Events API

• Smooth animations for visual feedback

• Linked groups for multi-list sorting

• Auto-scroll near container edges

• 12KB minified footprint

Perfect for kanban boards, priority lists, and any interface requiring drag-and-drop reordering. Works on desktop and mobile without jQuery or framework dependencies.

Check out the complete API documentation and implementation examples.

👉 Blog Post

👉 GitHub Repo

👉 Live Demo

Top comments (0)