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
/
example.html
7 lines
(6 loc)
•
131 B
HTML
View Raw
1
2
3
4
5
6
7
<
ol
class
=
'example'
>
<
li
>
First
</
li
>
<
li
>
Second
</
li
>
<
li
>
Third
</
li
>
</
ol
>
<
script
src
=
'js/jquery-sortable.js'
>
</
script
>