The tree example didn't work for me out of the box. Changing line 88 from `$.post` to `$.get` fixes the problem for me. What is the purpose of using `$.post` in this scenario?
The tree example didn't work for me out of the box.
Changing line 88 from
$.postto$.getfixes the problem for me.What is the purpose of using
$.postin this scenario?