[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 mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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/


[jQuery] jQuery Roadmap

2006-12-28 Thread gerrytucker
And two minutes afterwards I found it on ajaxian.com!!!___
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.'" 
Sent: Thursday, December 28, 2006 10:46 PM
Subject: Re: [jQuery] Splitter

>> What do you mean by splitter widgets? Like a split pane view?
>
> Yep, similar to this:
> http://www.jackslocum.com/blog/examples/splitter3.htm
>
> I didn't see anything in Stefan's site that would do it.
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 something 
similar.  Does anyone have an idea though how to the thumbnails though?

Gerry___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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");
>> });


HTH.
-- 
Choan Gálvez
<[EMAIL PROTECTED]>





___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/ 


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/