tristanm / jstree-rails

A gem to automate using jsTree with Rails 3
Other
26 stars 36 forks source link

Uncaught TypeError: Object [object Object] has no method 'jstree' #7

Open marnen opened 11 years ago

marnen commented 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?

waaadim commented 10 years ago

You are loading the jstree.js file before loading jquery.js or maybe you are loading jquery.js multiple times.