ilikenwf / nestedSortable

A jQuery plugin that extends Sortable UI functionalities to nested lists.
645 stars 221 forks source link

startCollapsed: true but everything is still open upon page load! #115

Open andrewwindfall opened 6 years ago

andrewwindfall commented 6 years ago

Hello,

I am working within the demo page and have set startCollapsed: true. However, the menuedit paragraph tags still remain visible. Any idea what I broke?

Klenkes commented 6 years ago

you have to set the class .hidden {display:none;} in the CSS. I don't know why it is missing...