原文:https://blog.csdn.net/rickykay/article/details/51073026
Code:
//點擊事件 $('#plugins1').bind("activate_node.jstree", function (obj, e) { var currentNode = e.node; console.log(currentNode.original); });
官方api:
原文:https://blog.csdn.net/rickykay/article/details/51073026
Code:
//點擊事件 $('#plugins1').bind("activate_node.jstree", function (obj, e) { var currentNode = e.node; console.log(currentNode.original); });
官方api:
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。