Im using ajax loading for children nodes in JQuery JsTree plugin. I need to refresh all children nodes if I reopen loaded node in web browser.
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.
You can use something like this where on close new class is added to the node that causes node to be refreshed on open. If the class is present. So you can remove the on close_node part and add your own class name for nodes that needs to be refreshed on open
or you can use simplified version when all nodes are refresh on open