Aerolab / midnight.js

Switch your nav's design on the fly
http://aerolab.github.io/midnight.js/
Other
3.67k stars 380 forks source link

Uncaught ReferenceError: jQuery is not defined #65

Open ghost opened 5 years ago

ghost commented 5 years ago

So, I am loading jQuery.

In my code, I have:

import $ from 'jquery';

jQuery and other jQuery plugins are working on my site, but this plugin is not.

I tried to add the line import jQuery from 'jquery';, but that made no difference.

Any idea on what I can do to make it work?