原文: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删除。