Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3790
adding two results from findNodesByText
posted

I want to add

foundNodes = $( this.treeIDMap.igTree( "findNodesByText", "test1") )

+

foundNodes = $( this.treeIDMap.igTree( "findNodesByText", "test2") )

Seems that the return is an object not a list, so there is some proprietary magic in here. Maybe the objects are listed under one main object by id? So what is the best way to add the two results.