How to Enable Jquery Lavalamp's Links
I've used lavalamp's menu in my project several times and have experienced the same problem 2 or 3 times after copying the code from...

$("#nav").lavaLamp({ fx: "backout", speed: 700, click: function (event, menuItem) { return false; } });The "click" function should return true, or delete the function if you won't implement your own code on click.
1 comment
thank you tons! i was all worked up i couldnt figure out why my code didnt work and of course it was the simplest thing that i kept overlooking... youre a life saver!
Post a Comment