Nestable
Nestable copied to clipboard
Support for starting levels collapsed
Support for starting levels collapsed
<ol data-start-collapsed="true/false">
<li>...</li>
</ol>
Great idea ! — I've added it in my repository (which already includes a lot of other PR from this repo) but I took a slightly different approach, reusing the list.options.collapsedClass that is more standard, and removing unecessary $.
See the commit here and above (I referenced your PR)
Hope that helps