You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I filled up the nestable with a Json (following the "README" steps), I called the $('#nestable3').nestable('serialize') function, but it doesn't works.
I understood that the problem is in the "README.md" file, because the default functions in the nestable script, don't provide the <div> </div> tag; so the correct code to write in the "README.md" it's the following:
Expected behavior
In the README it's written that you can build a nestable, using a json.
After I filled up the nestable using a json, the default functions don't work.
For example, if I call
it should returns a serielized object containing the items.
Actual behavior
returns an empty array
Steps to reproduce the behavior
I used this format to build a nestable with json:
After I filled up the nestable with a Json (following the "README" steps), I called the
$('#nestable3').nestable('serialize')
function, but it doesn't works.I understood that the problem is in the "README.md" file, because the default functions in the nestable script, don't provide the
<div> </div>
tag; so the correct code to write in the "README.md" it's the following:instead of:
Fork this template to reproduce issue.
The text was updated successfully, but these errors were encountered: