I'm using a vertical menu, and I'm trying to put an arrow (〉) to
the right of the menu being hovered, but not the the 3rd level (final)
of the menu. The following code works (but with errors), and it still
adds the arrow on level 3, which I do not want. Any ideas?
error:
g has no properties
handle
# Level 3
dogslife wrote:
>
>
> I'm using a vertical menu and trying to add a text arrow ">" to the
> menu item if it's on level 1 or 2, but not level 3. The following code
> works, but it just keeps append
I'm using a vertical menu and trying to add a text arrow ">" to the
menu item if it's on level 1 or 2, but not level 3. The following code
works, but it just keeps appending after each hover event. What's the
best way to do this kind of manipulation?
Thanks.
jQuery
---
$("ul.nav
This is probably very simple (, but not to me, I'm still learning so
take it easy on me). When a user clicks a menu item while on Tab 2, I
want the default area to hide, and then the relevant area to show.
Here is the file so far with notes on what should happen on clicked
events:
...
This is probably very simple (I'm still learning so take it easy on
me). When a user clicks a menu item while on Tab 2, I want the default
area to hide, and then the relevant area to show. Here is the file so
far with notes on what should happen on clicked events:
...
//--
5 matches
Mail list logo