jstree-rails
jstree-rails copied to clipboard
Uncaught TypeError: Object [object Object] has no method 'jstree'
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?
You are loading the jstree.js
file before loading jquery.js
or maybe you are loading jquery.js
multiple times.