JQuery sortable Update event calls twice when you bind it to class, not to id and when you drag item to other connectable block.
Very simple solution is to change event "update" to "stop":
Very simple solution is to change event "update" to "stop":
you can use in update method
ReplyDeleteif(ui.sender){
// your code goes here !
}
this will call one time