Hi sorry for answering today, yesterday on my last message i was in train and i lost to phone signal, and when i got home i totally forgot about it.
So as i said yesterday, this lib that i use is actually a set of libs, so many of this libs contain their own require config and jquery.
I guess i need to clean up a little bit this set of libs.
One more thing, in my test i make extensive use of console.log() and before calling the $(selector).resizable() in a .on() function, i have inserted an console.log( $( 'th' ).length ). and the returning value is the number of all th in the page.
So much i have discovered, is that on event jquery-ui and jstree, is not calling some functions on an event (click, mouseover, changed, keyup...)
i have tried with the setTimeout () function, and i still get the same error
The only way to make it work is by calling it out of any event.
( i really appreciate the help that you give me. thanks alot )