how to get dragged event in JQuery UI sortable ?
Posted
by Sijo
on Stack Overflow
See other posts from Stack Overflow
or by Sijo
Published on 2010-04-15T08:51:24Z
Indexed on
2010/04/15
8:53 UTC
Read the original article
Hit count: 315
i am using this jquery to make a drag and drop sortable list. http://jqueryui.com/demos/sortable/ how i can catch the dragged event of elements ?
<script>
$(document).ready(function() { $("#sortable").sortable(); });
</script>
please help me.am not familiar with jquery.thanks in advance..i need to get the id of dragged element.
© Stack Overflow or respective owner