Open marnen opened 11 years ago
I'm trying this gem (version 0.0.4) with Rails 4, but getting Uncaught TypeError: Object [object Object] has no method 'jstree' when I call $('.tree').jstree(), even though jstree.js is being loaded. Help?
Uncaught TypeError: Object [object Object] has no method 'jstree'
$('.tree').jstree()
You are loading the jstree.js file before loading jquery.js or maybe you are loading jquery.js multiple times.
jstree.js
jquery.js
I'm trying this gem (version 0.0.4) with Rails 4, but getting
Uncaught TypeError: Object [object Object] has no method 'jstree'
when I call$('.tree').jstree()
, even though jstree.js is being loaded. Help?