- Description:
Parse the response from the navblock ajax page and render the correct DOM structure for the tree from it.
- Source:
- Copyright:
- 2015 John Okely
- 2015 John Okely
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Parse the response from the navblock ajax page and render the correct DOM structure for the tree from it.
Methods
(inner) buildDOM(rootElement, nodes)
- Description:
Build DOM.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
rootElement |
Object | the root element of DOM. |
nodes |
object | jquery object representing the nodes to be build. |