jQuery Sortable
sortablejs
Our great sponsors
jQuery Sortable | sortablejs | |
---|---|---|
0 | 9 | |
1,512 | 24,851 | |
- | 1.0% | |
0.0 | 4.7 | |
over 1 year ago | about 1 month ago | |
HTML | JavaScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
jQuery Sortable
We haven't tracked posts mentioning jQuery Sortable yet.
Tracking mentions began in Dec 2020.
sortablejs
-
By Crayons and For Crayons
It uses other utility libraries like Lodash, JSZip and SortableJS. JSZip is used to package the user interface markup into HTML files and other required JavaScript files for a Marketplace App boilerplate in a compressed format and download them from the browser.
-
i am looking for code examples / libraries to implement this kind of drag and drop (google slides)
http://sortablejs.github.io/Sortable/ seems pretty decent
-
Build a Trello Clone Application with React and Strapi
react-sortable is a react binding for Sortable, Sortable is a JavaScript library for creating reorderable drag-and-drop lists. It has all of the standard sortings, delaying, swapping, inverting, and other features. All touch current browsers and touch devices are supported.
-
Simplest Drag and Drop setup in React, in 10 lines of code with SortableJS
I went to look for SortableJS, clicked on the demo, scrolled to the grid example which was doing exactly the simple stuff I was looking for.
-
Making TinyMCE draggable with Stimulus
I used a Stimulus controller I named drag_controller.js to take care of the drag and drop using Sortable (install with yarn add sortablejs), but other packages may work just as well. This is imported at the top of the controller.
-
How to update the database after a drag-and-drop operation
Frontend ・JavaScript ・SortableJS Backend ・Node.js ・MySQL
-
Is there a library that works with Bootstrap-Vue b-table to make the rows drag-and-drop?
With a quick search, you can find this example, from this question. Which uses SortableJS, which is a pure JavaScript library for drag and drop lists.
-
Built a small Trello clone demo app in Common Lisp
The drag and drop is done with the https://github.com/SortableJS/Sortable JS library and the JS required seems very minimal too.
What are some alternatives?
react-sortable-hoc - A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
HTML5Sortable - VanillaJS sortable lists and grids using native HTML5 drag and drop API.
dropzone - Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.
JavaScript-autoComplete - An extremely lightweight and powerful vanilla JavaScript completion suggester.
bootstrap-select - :rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
react-beautiful-dnd - Beautiful and accessible drag and drop for lists with React
Vue.Draggable - Vue drag-and-drop component based on Sortable.js
react-sortable - A sortable list component built with React
Uppy - The next open source file uploader for web browsers :dog:
cl-trello-clone - A Trello clone demo app in Common Lisp