Sortable
Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
File Explorer
Download Latest Version (.zip)- config.yml
- bug-report.md
- custom-template.md
- feature-request.md
- entry-complete.js
- entry-core.js
- entry-defaults.js
- sortable.complete.esm.js
- sortable.core.esm.js
- sortable.esm.js
- AutoScroll.js
- index.js
- README.md
- index.js
- MultiDrag.js
- README.md
- index.js
- OnSpill.js
- README.md
- index.js
- README.md
- Swap.js
- README.md
- banner.js
- build.js
- esm-build.js
- minify.js
- test-compat.js
- test.js
- umd-build.js
- Animation.js
- BrowserInfo.js
- EventDispatcher.js
- PluginManager.js
- Sortable.js
- utils.js
- frame.html
- index.html
- prettify.css
- prettify.js
- run_prettify.js
- app.js
- logo.png
- og-image.png
- saucelabs.svg
- theme.css
- dual-list.html
- empty-list.html
- filter.html
- handles.html
- nested.html
- single-list.html
- Sortable.compat.test.js
- Sortable.test.js
- style.css
- .editorconfig
- .gitignore
- .jshintrc
- .testcaferc.json
- babel.config.js
- bower.json
- CONTRIBUTING.md
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- Sortable.js
- Sortable.min.js
# Installation Guide
1. Get the code
git clone https://github.com/SortableJS/Sortable
Downloads the entire project code from GitHub to your computer.
cd Sortable
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install sortablejs --save
Downloads and installs the libraries listed in package.json.
<!-- jsDelivr :: Sortable :: Latest (https://www.jsdelivr.com/package/npm/sortablejs) -->
Type this command into your terminal and run it.
<script src="https://cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js"></script>
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
