Ztree: select an ID node and expand an ID Node

Source: Internet
Author: User

Directly explain the code to you.

VaR treeobj = $ ("# treedemo"); $. FN. ztree. init (treeobj, setting, znode1); ztree_menu = $. FN. ztree. getztreeobj ("treedemo"); var node = extract ("ID", pid); ztree_menu.selectnode (node, true); // specify ztree_menu.expandnode (node, true, true, false); // specify the ID to expand

# Treedemo is the ID of the DIV in the webpage where you display the tree

Znode1 is the JSON data of your tree.

PID is the ID of the node you want to select or expand

Node: Get the node with your specified ID

The selectnode method selects the specified node.

The expandnode method is used to expand the methods of your specified ID.


Ztree: select an ID node and expand an ID Node

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.