simple-list-draggable
v0.0.5
Published
obtain position index in the list when dragging ends
Downloads
1
Readme
#simple-list-draggable
call it when mouse is down on list then you can get position index when mouse up
$('#list li').on('mousedown', function(e) {
$('#list').simpleDraggable(function(index) {
console.log(index)
})
})
##License MIT