Response title
This is preview!





$(".sortable").sortable({
receive:
function(event,ui) {
var newItem = $(this).data().sortable.currentItem;
//do what you will with the newItem
}
});
© 2012 jQuery Foundation
Sponsored by
and others.
