johnny / jquery-sortable

A flexible, opinionated sorting plugin for jQuery
http://johnny.github.io/jquery-sortable/
Other
1.52k stars 441 forks source link

Can't get started #233

Closed 2p4b closed 7 years ago

2p4b commented 7 years ago

I mean i have worked with libraries, even read the docs but for something intuitive i just cant seam to get this rolling!!!

<div class="container">
     <div class="dragable-item"></div>
</div>

and JS

$('.container').sortable()

right?? Please what am i doing wrong