async tree jquery easy ui
Posted
by
user765368
on Stack Overflow
See other posts from Stack Overflow
or by user765368
Published on 2012-09-19T03:34:59Z
Indexed on
2012/09/19
3:37 UTC
Read the original article
Hit count: 1058
jQuery
|jquery-easyui
I'm trying to create an Async Tree in jQuery Easy Ui. I understand the idea behind it, but will this work if my root node is not a node that is coming from the database or something (therefore, it does not have any id). My root node is some node that I define myself. How would I make an async tree in jquery easy ui to load a bunch of nodes as children of my root node (which, again has no id because it's not coming from the database. My children nodes are coming from the database though).
I hope y'all understand what I'm trying to do here.
Any help please
© Stack Overflow or respective owner