使用jquery nestable如何获取异步的序列化值

时间:2014-04-09 19:21:55

标签: javascript jquery html5 dom asynchronous

我正在使用Nestable。它很棒但它不会序列化异步添加的内容。

https://github.com/RamonSmit/Nestable/

我试过

$('selector').nestable();
$('selector').nestable('reset');
$('selector').nestable('refresh');
$('selector').nestable('reload');

等但是我的json中出现的id是空白的。

1 个答案:

答案 0 :(得分:0)

看起来像这样:

$('selector').nestable('serialize')

或者这个

$('selector').nestable('serialise')

我的工作是否适用