1

I am using boostrap treeview, https://github.com/jonmiles/bootstrap-treeview, and i don't know how to get all checked nodes

Wekerle Tibor
  • 457
  • 2
  • 7
  • 19
  • I see a method getSelected () in the GitHub u referred. It's not working?? Or it does not serve your purpose? – Keerthi Kumar P Jan 17 '17 at 13:15
  • I know there is a method getSelected, but i need to get checked nodes, not the selected nodes. I use the tree-view with checkbox, not with select – Wekerle Tibor Jan 17 '17 at 13:18

1 Answers1

5

Seems the new version has a new method getChecked()

https://github.com/jonmiles/bootstrap-treeview/releases/tag/v1.2.0

Keerthi Kumar P
  • 1,554
  • 9
  • 14