$(document).on() Class
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
Parameters:
-
"click"EventThe click event
-
".details"StringA node with class "details"
-
functionFunction
