API Docs for:
Show:

$(document).on() Class

Defined in: tree.js:222
Module: Tree

Executed when somebody clicks on an open button. Sets variables and calls function that creates next rank of tree.

Constructor

$(document).on()

(
  • "click"
  • ".details"
  • function
)

Defined in tree.js:222

Parameters:

  • "click" Event

    The click event

  • ".details" String

    A node with class "details"

  • function Function

Item Index