View Single Post
  #6  
Old 03-21-2012, 12:45 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 32,958
fadillzzz is an unknown quantity at this point
Default

I believe the following if statement for callback of the receive event should do the trick.
HTML Code:
if ($this.children('table').length > 1) {
     $this.children('table').not(ui.item).appendTo(ui.sender);
}
Just replace the if statement from my previous post with this one.
Reply With Quote