[jQuery] Re: Featured Content or Cnet Carousel

2007-05-25 Thread Patrick Hall
*bump* Here's an interesting carousel-style widget, implemented with Prototype: http://www.missingmethod.com/projects/glider.html I'm with Alex, the widget linked in the OP doesn't really seem "carouselish" to me -- the missingmethod example does. Most importantly, imho, it allows arbitrary HT

[jQuery] .keyup + .html

2007-05-04 Thread Patrick Hall
Helloes, I have a little thingie that clones text from an input into a div: http://ruphus.com/code/jquery/clonetype/clonetype.html Seems to work fine, except when I try to backspace away the entire text in the input -- the final letter refuses to vanish from the div, even though it's not in the

[jQuery] Re: Jquery: New app and this article

2007-05-04 Thread Patrick Hall
Hi John and folks, On the topic of spreading the word, what about some sort of job board on the jQuery site? Seems to me that it might be a good thing for the community -- especially if there was some option for clients to allow code that they sponsor to be released under a reusable license. Jus

[jQuery] Re: vertical fisheye menu? OSX dock or tsunami

2007-04-24 Thread Patrick Hall
On Apr 24, 1:25 pm, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote: > you are resizing the tag. > and that ain't good. use twice as many prev's to jump over the br's Thanks Jake. I tried it without the s and it does what's expected: http://ruphus.com/code/jquery/fisheye/fishimg.html I'm glad I dug into this

[jQuery] Re: vertical fisheye menu? OSX dock or tsunami

2007-04-24 Thread Patrick Hall
On Apr 23, 7:21 pm, Sapphire <[EMAIL PROTECTED]> wrote: > Very nice. Will it work for images? Thanks =] http://ruphus.com/code/jquery/fishimg.html I'm not sure why it doesn't work the same way there; only $(this) seems to be getting resized. Paging brainiacs! Cleanup on aisle 12! -p@

[jQuery] Re: vertical fisheye menu? OSX dock or tsunami

2007-04-23 Thread Patrick Hall
Here's my crummy attempt: http://ruphus.com/code/jquery/fisheye.html -p@