| Author |
How to get the parent div?
|
Sharon whipple
Ranch Hand
Joined: Jul 31, 2003
Posts: 294
|
|
Hi ranchers,
I am working on JS TreeView control.
I am trying to get the parent div id of the current node selected:
How can I get wrapping div object or Div id (tree-1) from within promptDivId function?
promptDivId :
Thank you.
Tree code:
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Look into parentNode
Eric
|
 |
 |
|
|
subject: How to get the parent div?
|
|
|