[jQuery] Navigation on Chelsea FC website

2007-03-14 Thread gerrytucker
Take a look at http://www.chelseafc.com/ for some very classy navigation. It has a horizontal AND vertical carousel, but click zoom out and it's get's VERY interesting. All the page thumbnails seem to be real time. It's done in Flash but I'm sure jQuery has everything available to do

Re: [jQuery] Swapping css of non-adjacent link tags

2007-03-14 Thread gerrytucker
Couldn't you use toggleClass instead removeClass and addClass? You can modify the presentation of the link by modifying its class instead of aplying CSS rules on the fly. $(#jqtree a).bind(click, function() { $(#jqtree a.someclass).removeClass(someclass); $(this).addClass(someclass); });

[jQuery] jQuery Roadmap

2006-12-28 Thread gerrytucker
Hi everyone, With Yehuda mentioning the changes to Visual jQuery and the 1.1 release, I wondered if there was a documented roadmap anywhere for future releases? Gerry___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jQuery Roadmap

2006-12-28 Thread gerrytucker
Jeez Aaron that was quick!!! Thanks a lot for that, I guess I should have realised there would be something on the blog, I just hadn't looked. Looks as though I've got a few changes to make to my code, but not too many. Gerry Emoticon3.gif Description: GIF image

[jQuery] jQuery Roadmap

2006-12-28 Thread gerrytucker
Should there be a sat-nav version then?___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Splitter

2006-12-28 Thread gerrytucker
Dave, As a mere mortal I'm just surprised you haven't written one in between asking the question??!! ;-) BTW you wouldn't be THE Dave Methvin of PC Pitstop fame would you? Regards, Gerry - Original Message - From: Dave Methvin [EMAIL PROTECTED] To: 'jQuery Discussion.'