-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jQuery 1.6.2 incompatibility #48
Comments
My tree didn't work at all with 1.6.2, I then changed every instance of 'jstree-instance-id' to 'jstreeinstanceid' |
This is a duplicate defect. See defects 42 & 44 |
Fixed |
I am also facing this issue. Can u give me download link for this fix |
FYI, "remove" seems to have been replaced by "delete_node" in the latest commit. |
Thanks, I replaced all '-' (hyphens) in jstree data keys with '_' (Underscore). Now it is working. |
CRRM plugin does not work with jQuery 1.6.2.
The following does nothing:
$("#demo").jstree("rename");
$("#demo").jstree("remove");
$("#demo").jstree("create");
$("#demo").jstree("refresh");
The text was updated successfully, but these errors were encountered: