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.