I recently started reading a book about javascript including the JQuery library. I understand the basic concepts however I am still working out the details that are oh so important.
The following link is to my personal website, to the page I am having trouble with. I looked at my book and the JQuery Event page for the hover() function and it looks all right to me, however it is just not working.
Please not that on my computer all of the file paths are correct, It is just online to its easier to link to this forum.
I want the background color of the navigation bar to change to black. I have the style class (hover) set to the background-color: black; when I addClass(.hover) or removeClass(.hover) nothing happens.
And I have tried many variations of this script with and without '' around the selectors as well as . and # for id's and classes around the elemsnts