[jQuery] LavaLamp for jQuery menu
I am trying to implement this LavaLamp for jQuery menu. http://gmarwaha.com/blog/?p=7
It comes with jQuery 1.1.3.1 and it works just fine with it. However,
I was already using 1.2.6 on my site and the menu will not work with
it. The code to initialize the menu is below but I think everything is
ok with that. Does anyone have an idea why it doesn't work with a
newer version? Thanks for your time.
<script type="text/javascript">
$(function() { $(".lavaLamp").lavaLamp({ fx: "backout", speed:
700 })});
</script>