mizzao / meteor-jqueryui

Simple jQuery UI pull-in for Meteor
MIT License
11 stars 10 forks source link

got error when i test fancytree with this package #7

Closed hedcet closed 9 years ago

hedcet commented 9 years ago

fancytree with this package got error - https://github.com/mar10/fancytree/issues/254

mizzao commented 9 years ago

As mentioned in that issue, you probably didn't include jquery correctly. In Meteor you don't copy jquery into the client folder, you include it as a package. Copying it in probably fights with Meteor's jquery version.