I am using nestedSortable 1.3.5 from Manuele J Sarfatti: https://github.com/mjsarfatti/nestedSortable

Using this I face the problem that pre-populated sub-elements cannot be moved/dragged. See here: http://jsfiddle.net/gcWQQ/3/

Any ideas, how to solve that problem?

Best regards, Peter

有帮助吗?

解决方案

use these options:

listType         : 'ol',
items            : 'li',
handle           : '.project-sortHandle',
toleranceElement : 'div'

example fiddle http://jsfiddle.net/gcWQQ/4/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top