I have a nav menu for which I want to use a lava lamp jQuery plugin. In this fiddle example the lava lamp plugin works perfectly: http://jsfiddle.net/tsLPT/3/ but on my menu: http://jsfiddle.net/DMfvx/65/ not working :(( can anyone help me with this because I'm stuck

I want that lava lamp to run only on main UL from my menu and not for children ul.

Thank You!

有帮助吗?

解决方案

There was an error relating to the "currentPageItem" which refers to #selected.

As none of your menu items had an id of "selected", it was failing. By adding an id of "selected" to one of your li's, it now works.

http://jsfiddle.net/gRoberts/DMfvx/66/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top