Skip to content
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

Closed
ghost opened this issue Jul 8, 2011 · 6 comments
Closed

jQuery 1.6.2 incompatibility #48

ghost opened this issue Jul 8, 2011 · 6 comments

Comments

@ghost
Copy link

ghost commented Jul 8, 2011

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");

@ByronCobb
Copy link

My tree didn't work at all with 1.6.2, I then changed every instance of 'jstree-instance-id' to 'jstreeinstanceid'
I can now rename, remove, refresh and create. Although I do sometimes get strange errors with the changes, which isn't ideal to be honest.

@RobinHerbots
Copy link

This is a duplicate defect. See defects 42 & 44

@vakata
Copy link
Owner

vakata commented Jul 11, 2011

Fixed

@vakata vakata closed this as completed Jul 11, 2011
@rinzar
Copy link

rinzar commented Aug 23, 2011

I am also facing this issue. Can u give me download link for this fix

@cowwoc
Copy link

cowwoc commented Sep 1, 2011

FYI, "remove" seems to have been replaced by "delete_node" in the latest commit.

@rinzar
Copy link

rinzar commented Sep 2, 2011

Thanks, I replaced all '-' (hyphens) in jstree data keys with '_' (Underscore). Now it is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants