jtnix / jQuery-LavaLamp

Light up your menus with fluid, jQuery-powered animations
https://nixbox.com/projects/jquery-lavalamp/
48 stars 23 forks source link

(...).lavaLamp is not a function error #9

Closed psutinrerk closed 5 years ago

psutinrerk commented 10 years ago

Hello I got the following error not sure what happen $(...).lavaLamp is not a function

I'm using JQuery 1.11 this is what I used to call LavaLamp $(".uk-navbar-nav").lavaLamp({speed: 700});

also is there a way to change the color of backLava to different color when hover on different 'li'?

Thank you

jtnix commented 6 years ago

Hi, I am not sure what your problem was, but it seems like the LavaLamp plugin was not being loaded for you to get the first error.

To answer your other question, using the .hoverFinish callback, you could dynamically change the .backLava styling when hovering the appropriate element.