Is there any way to make it happen that when folder 2 is selected it also selects it’s subs subfolder 2a and subfolder 2aa

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.
when you are creating folder list, you must keep two fields, one for checking if the item is it self a parent, and second field for , if it is child then who is its Parent. So when use clicks a parent it loop through list and then finds item who are its child, where it matches, just change “selected” to true.
For loop you can use javascript.