Slow JQuery menu
Slow JQuery menu
Hello,
We put together a JQuery menu but the 3rd tier runs really slow. Here is the vertical menu:
http://rentapet.org/. You click on the first link, and the 2nd tier drops down fast. But when you click on one of the 2nd tier links, it takes way too long for the 3rd tier links to show up.
We think it started getting slow after we added this line of code:
-
$('#menu a').show("fast");
Before we put that line of code in the hyperlinks would not show up.
We are thinking that maybe there is a better more optimal way of putting the menu together and that is what our problem is.
Any help?