我将 jQuery Sortable 与 jHTMLArea 一起使用。我基本上有可排序的 DIV,并且 DIV 是可排序的。但是,当您将 DIV 放在任何位置时,jHTMLArea 的内容将变为空并且 jHTMLArea 将变为禁用状态。iFrame 和 textarea 都被禁用。你不能在里面写任何东西。
我不确定是什么问题,所以我想知道这是否与库本身有关。
我正在使用的代码是这样的:
// Enable Sortables
$("div.nnUtil").sortable({
cancel: ".nnSettings",
connectWith: 'div.nnUtil',
distance: 5,
forcePlaceholderSize: true,
items: '> div.nnItems',
placeholder: 'ui-state-highlight',
revert: 250
});