[jQuery] Need help with jQuery array
<div dir="ltr">I am adapting <a href="http://greg-j.com/static-content/hover-fade-redux.html">Greg-J's hover fade method</a> to a navigation menu. Demo of my menu is here:
<a href="http://jimdavis.org/celtic/fadetest.php">http://jimdavis.org/celtic/fadetest.php</a>
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
</div>