Does anyone know of a JQuery solution for treeview with tristate checkboxes? I’m looking at using YUI, but have more experience in JQuery.
Does anyone know of a JQuery solution for treeview with tristate checkboxes? I’m looking
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
jsTree has this as well, you can see a demo here, the setup/call itself is pretty easy:
There’s also the simpler jQuery Checkbox tree Plugin (demo here), but it doesn’t do tri-state, just throwing it out there as a very lightweight option though.