我有以下内容:
$('#widgets ul').sortable(
{
connectWith: ['#widgets ul'],
opacity: 0.7,
start: function(e, ui) {
fromWidgetPosition = ui.item.prevAll().length + 1;
fromRowId = ui.element.attr('id');
我刚刚将 jQuery 从 1.2.6 升级到 1.3.2,我还将 jQuery UI 库升级到了最新版本。