mwunruh
Joined: 29 Oct 2004 Posts: 1
|
Posted: Fri Oct 29, 2004 12:57 pm Post subject: returning |
|
|
I am using version 2.3.1 of cooljstree pro. I need to be get the {id:123} value that I assigned to the nodes when I select the node. This value is the primary key value of the item in a database. Please don't worry about getting to basic with me. I was sent me this code snippet, but I can't figure out how to use it.
tree1.caption_onclick = function (_node) {
alert(_node.nodeID);
}
Thanks,
Marlin |
|