[jQuery] Appending Text based on class

2007-09-14 Thread dogslife
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

[jQuery] Re: Text manipulation on a menu

2007-09-14 Thread dogslife
# 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

[jQuery] Text manipulation on a menu

2007-09-13 Thread dogslife
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

[jQuery] Show Hide across divs with tabs and menus

2007-09-09 Thread dogslife
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: ...

[jQuery] Show Hide across divs with tabs and menus

2007-09-09 Thread dogslife
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: ... //--