[jQuery] jQuery assistance w/ moving nearby elements

2007-12-20 Thread soupenvy
I have this navigation, pretty basic really: http://ghettocooler.net/stuff/code/jquery/push-nav/ But, If the user clicks on a list item in the middle, for example, I'd like all the Items above it to be triggerd, as if they were clicked as well. So, user clicks on a navigation item it pushes

[jQuery] Re: jQuery assistance w/ moving nearby elements

2007-12-20 Thread soupenvy
I've now got it doing what I want, thanks to the .prevAll() selector. However, the closing portion of my JS doesn't seem to work: $(document).ready(function() { $(#tabs li).addClass(closed) $(#tabs li.closed).click (function() { $(this).animate({top:'-387'},

[jQuery] Re: Improving .hover on this basic Jquery?

2007-11-20 Thread soupenvy
Thanks Brian HoverIntent seems too much to me as well, even as simple as it is to put in use. That really seems the way to go though, unfortunately.

[jQuery] Improving .hover on this basic Jquery?

2007-11-07 Thread soupenvy
I have some super basic Jquery in use on this test page: http://ghettocooler.net/stuff/code/jquery/hover/ I was wondering if anyone had any ideas as to how I can improve some basic navigation. It seems as though lots of people have issues w/ the .hover, and they suggest using the hoverIntent