質問

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