UNPKG
jquery-sortable
Version:
latest (0.9.13)
0.9.13
jquery plugin for sortable, nestable lists
github.com/johnny/jquery-sortable
johnny/jquery-sortable
jquery-sortable
/
source
/
js
/
examples
/
basic.js
4 lines
(3 loc)
•
54 B
JavaScript
View Raw
1
2
3
4
$(
function
(
) { $(
"ol.example"
).
sortable
(); });