[jQuery] Re: Image expand plugin

2007-10-23 Thread Txt.Vaska
On 22 Oct 2007, at 22:54, Sean O wrote: http://vikjavev.no/highslide/#examples It's a funny thing...every time I see something good I assume it was done with Jquery. (Of course I know about other frameworks as well). What I was looking for was Hoverbox...it's pure CSS...

[jQuery] Image expand plugin

2007-10-22 Thread Txt.Vaska
Bonjour: For the life of me I can't find this plugin now...it simply took a thumbnail (from a group of them) and when clicked it had an animated effect that would grow it larger in a div in a layer above the other images. I can't figure out where this went. Anybody know of this? Thanks

[jQuery] like 'isset'...determining is something exists on the page

2007-08-29 Thread Txt.Vaska
I'm trying to determine if soemthing has been set on the page...and if it is do a different action. I have... if ($('a#f_' + ide).siblings().is('img')) { // do this action } else { // do something else } Which looks to see if an image exists in I'm expecting that .is() will return true

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Txt.Vaska
only made a cursory glance at this... is it possible to stop the transitions with a click (a link elsewhere on the page)? i see pause on hover. i'd like to be able to do additional transitions upon external clicks as well (in a way almost like next prev links controlled by click instead

[jQuery] show() is really slideDown...?

2007-08-12 Thread Txt.Vaska
Is this right? I'm using show() but I can see it sliding in (animated) from upper left to lower right. I'd like it to simply show the layer. $(li#up + last).show(fast); Am I missing something completely blatant here? ;)

[jQuery] Thickbox Reloaded

2007-07-10 Thread Txt.Vaska
Bonjour: I haven't seen any talk about Thickbox Reloaded since mid-May. And I noticed that Thickbox 3 is out now. Is Thickbox Reloaded still happening? The alpha files I got my hands on didn't work in Safari...but...yeah...it's an Alpha. Any word, hint, suggestion...when the beta

[jQuery] Re: Thickbox Reloaded

2007-07-10 Thread Txt.Vaska
I consider it nearly beta, I only need to cleanup and fix a few styles before announcing. It actually is in heavy use for my project and it works cross browser. I just need to move over some styles... --Klaus Cool, that's good news. I think I saw the current build over at Plazes? I'm