Hi there,
Are there anyone used jqxTree with ajax loading on demand before?
Here’s the official demo link: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtree/index.htm#demos/jqxtree/ajaxloading.htm
BUT! there’s a bug there.
If you click the arrow once, i.e. this element: $('span.jqx-tree-item-arrow-collapse')
Let’s take Root Folder 1
for Example
If you click the arrow next to the text, (this >
element next to “Root Folder 1”.)
should get
- > folder 1
- > folder 2
- > folder 3
However, if your click quickly enough, as fast as double click, you would get
- > folder 1
- > folder 2
- > folder 3
- > folder 1
- > folder 2
- > folder 3
Actually, in my case, I clicked very fast, I can even get triple loading sometimes.
Can someone contribute some idea to solve this bug please?
Thanks.
hchen