We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm trying :
$.fn.hummingbird.defaults.collapseAll= true; $("#treeview").hummingbird();
I think collapseAll is already defined at true from the read me.
$("#treeview").hummingbird("collapseAll");
But it's close all node and i can't open them? Do you have an idea? thanks !
The text was updated successfully, but these errors were encountered:
$.fn.hummingbird.defaults.collapseAll= true; $("#treeview").hummingbird("collapseAll"); $.fn.hummingbird.defaults.collapseAll= true; $("#treeview").hummingbird();
Works
Sorry, something went wrong.
Hi, good that it works. Yes, "collapseAll" is default on initialization. So, $("#treeview").hummingbird(); should be enough.
$("#treeview").hummingbird();
No branches or pull requests
Hello,
I'm trying :
I think collapseAll is already defined at true from the read me.
But it's close all node and i can't open them?
Do you have an idea? thanks !
The text was updated successfully, but these errors were encountered: