config:receive
return type:function
content:ให้กำหนด function ที่จะถูกเรียกใช้งานเมื่อ containment ได้มีรายการเพิ่มเข้ามา เพราะถูกลากมาจาก containment อื่น
โดยจะมี parameter 2 ตัว ได้แก่ event object และ object ที่มี property
ดังนี้ helper จะคืนค่า helper element, position จะคืนค่า object ที่มี property ของ top และ left ของ
การเริ่มต้น sorting, offset จะเก็บค่าเหมือน cursorAt, draggable เป็น draggable object และ options
example:$("ul#sortable").sortable( { receive: function(event,object) { alert ( "sort receive" ); } } );