所属分类: 网页特效-筛选&排序 2024-01-25 08:53:19
$(document).ready(function () { var dropIndex; $("#image-list").sortable({ update: function(event, ui) { dropIndex = ui.item.index(); } }); });