我有工作在jquery sortable,都工作正常。但空的div不會接受可拖動的內容。jquery sortable - 空div不會接受值
這裏我jQuery的,
$(".dropfalse").sortable({
connectWith: ".dropfalse",
revert: true,
tolerance: 'pointer',
placeholder: "ui-state-highlight",
cursor: 'pointer',
dropOnEmpty: true,
forcePlaceholderSize: true
});
$('#sortable').disableSelection();
任何建議。
什麼?解釋更多...添加一些代碼,清楚! –
壩鎮...提高你的問題 – anglimasS
這裏的解決方案:http://stackoverflow.com/questions/6832687/jquery-problem-with-sortable-items-cant-be-dropped-onto-empty-lists 摘要:添加填充到容器 – Populus