Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jquey.nestable プラグインを使用してツリーをレンダリングしています。現在、ページの読み込み時に、ツリーはデフォルトで展開されたビューになっていました。ページの読み込み時に折りたたみたい。これを行う方法?
https://github.com/dbushell/Nestable
すべてのアイテムを折りたたむ場合は、次を使用します。
$(selector).nestable('collapseAll');
を作成した後、そのコマンドを使用する必要がありますNestable。例えば:
Nestable
$('#nestable').nestable({}); $('#nestable').nestable('collapseAll');