سؤال

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