I cannot find out how to obtain destination element with jQuery UI sortable.
$(\"#pages\").sortable({ opacity: 0.6, update: function(even
There's not really a "second" item per se. You have an item, and you are simply placing it in another location. The items around it adjust their positions accordingly. If you want to get an array of all the items, you can use the toArray method.