I am adapting Greg-J's hover fade
method<http://greg-j.com/static-content/hover-fade-redux.html>to a
navigation menu. Demo of my menu is here:

http://jimdavis.org/celtic/fadetest.php

If you view the source code you will see that I repeat the jQuery function
for each menu item. Since this nav menu will have about 10 items I want to
change the script to use an array to minimize the code. What needs to be
changed to use an array?

Jim

Reply via email to