Platform
Resources
Pricing
Sign in
Contact us
Andrew Wooldridge
📜JavaScript developer. 🐲RPG fan. 📚Storyteller and 🕹game developer. 👨Father and Husband.
Workspace
Fork
Published
3 collections
By
Andrew Wooldridge
Edited
Jan 9, 2022
5 stars
Insert cell
Insert cell
Insert cell
Sortable
=
require
(
'sortablejs@1.14.0/Sortable.min.js'
)
Insert cell
<
ul
id
=
"items"
>
<
li
>
item 1
</
li
>
<
li
>
item 2
</
li
>
<
li
>
item 3
</
li
>
<
li
>
item 4
</
li
>
<
li
>
item 5
</
li
>
<
li
>
item 6
</
li
>
</
ul
>
Insert cell
{
var
el
=
document
.
getElementById
(
'items'
)
;
var
sortable
=
Sortable
.
create
(
el
)
;
}
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Listed in...
Tips and Utilities
Andrew Wooldridge
Working Libraries
Andrew Wooldridge
JavaScript Tips
Andrew Wooldridge
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Sortable
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML