I need to build tree like representation for my application. For that I am using latest version of JStree-tree builder util. This util package contains latest version of jQuery.
But my application uses some older version JQuery-v1.3.2. If I update jQuery of my application to latest version it is back pain to migrate the existing code. So can any one point me to the jquery-jstree.js which is compatible to JQuery-v1.3.2?
It is strange you have issues upgrading site to current version of jQuery as most upgrades are backwards compatible. This is something the jQuery team has been very conscious of. One of the few exceptions may be useage of
attrmethodYou can load 2 versions of jQuery and run both as isolated instances if you do it this way: