, over out.
: http://jsfiddle.net/w3vvL/61/
$("#gallery").sortable({
connectWith: "#trash",
over: function(event, ui) {
if(ui.sender.context.id != "gallery")
$(".container").css("background-color", "green");
},
out: function(event, ui) {
$(".container").css("background-color", "white");
}
});
, ui.sender, , , . , , , .