?參數(shù)(參數(shù)名 : 參數(shù)類型 : 默認(rèn)值) appendTo : String : 'parent' Defines where the helper that moves with the mouse is being appended to during the drag (for example, to resolve overlap/zIndex issues). 初始:$('.selector').sortable({ appendTo: 'body' }); 獲取:var appendTo = $('.selector').sortable('option', 'appendTo'); 設(shè)置:$('.selector').sortable('option', 'appendTo', 'body');