[jQuery] Re: ThickBox 3 - Strange Bug in IE

2007-09-11 Thread Angelo Zanetti
Hi guys. Ive had a similiar problem and not had a solution, Ive read the forums on the thickbox site and have tried what was suggested, hacking CSS and JS files. Using 1.1.2 Thickbox and also try using latest version of JQuery, Nothing worked. It seems that its quite a hectic bug that many

[jQuery] Re: Thickbox 3 + esc to close window

2007-07-25 Thread Gilles (Webunity)
gjeez ;) function tbClose(ev) { if (ev.which == 27) { .. action .. }; } Just before you open TB: jQuery(document).keypress(tbClose); Just after you close TB: jQuery(document).unkeypress(tbClose); You could have figured that out ;)

[jQuery] Re: Thickbox 3 + esc to close window

2007-07-25 Thread amircx
yeah but i want to bind this event only when the window is open, so if user press esc in the side it will not disable this key when no need to got me? Gilles (Webunity) wrote: > > > jQuery(document).keypress(function(ev) { > if (ev.which == 27) { .. action .. }; > }); > > Which = jQuery a

[jQuery] Re: Thickbox 3 + esc to close window

2007-07-25 Thread Gilles (Webunity)
jQuery(document).keypress(function(ev) { if (ev.which == 27) { .. action .. }; }); Which = jQuery assigned crossbrowser keycode.

[jQuery] Re: ThickBox 3 - Strange Bug in IE

2007-07-18 Thread polyrhythmic
I also have been experiencing this. The problem is somewhere in the CSS for the TB_Window DIV. The margin-top CSS expression written for IE does not work to center the DIV in the viewport, and I am unable to create an expression that solves the problem. The strangest part is that the loading DIV

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-25 Thread Benjamin Sterling
Thanks for the A+. What I did was just a quick alteration, I am sure, with some time, your approach could be implemented. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-25 Thread tzmedia
It's interesting how your sample is working, that's about what I had in mind. I guess I would of envisioned the white part of the thickbox staying in place and the photos fading in and out of the white background, maybe that's not possible. The box fading completely to gray and then sort of pausin

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread Benjamin Sterling
Not sure if I fully understand what you are saying. But if I do, you are just changing what is inside the next and prev functions, now, if there other effects you want to add, what I posted may need to be altered. Let me know if I am understanding you correctly. On 5/24/07, [EMAIL PROTECTED] <[

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread Benjamin Sterling
I just did the following and it is working: if (!(TB_PrevHTML === "")) { function goPrev(){ if($(document).unbind("click",goPrev)){$(document).unbind("click",goPrev);} $("#TB_window").fadeOut("slow", function(){ $(this).remove()

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread tzmedia
That's cool Ben, it's really more of an enhancement, I'm up and running with thickbox already. The fades would of been nice. So I needed to think in terms of adding the fades not replacing something else entirely then? All good... On May 24, 12:17 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread Benjamin Sterling
I would think something like $("#TB_window").fadeOut("slow").remove(); would work. Let me try it on an installation I have and will get back to a little later. On 5/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'm a js logic clutz, I tried adding. .fadeOut("slow"); to the place in th

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread tzmedia
I'm a js logic clutz, I tried adding. .fadeOut("slow"); to the place in the function where it called remove, that didn't work. IT broke the TB trying that. Here's the goNext function just if somebody can give me a quick code sample: - if (!(TB_NextHTML === "")) {

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread tzmedia
Cool Thanks for the tip where to start Ben! On May 24, 9:49 am, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Take a look at his goNext and goPrev functions, that is where, I assume, you > can put in the transition affects. > > -- > Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHos

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread Benjamin Sterling
Take a look at his goNext and goPrev functions, that is where, I assume, you can put in the transition affects. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Thickbox 3 and Jcarousel hack

2007-05-07 Thread Jan Sorgalla
Hi, paulg wrote: > > Hi, I'm using jcarousel on a site along with your Thickbox integration, > and I love it! I'd like to move up to Thickbox 3.0, but it doesn't work > out-of-the-box with Jcarousel. I recall that you said you had to use a > hack because Thickbox doesn't work with manipulated d

[jQuery] Re: ThickBox 3

2007-05-05 Thread Cees
> There is any reason not to simply replace the image and be done with it? > > -- > Jörn Zaefferer > > http://bassistance.de Nope - there is no reason to not do it this way :P After i posted the reply i went to the Thickbox site and saw that the loading image is a seperate download - so everyone

[jQuery] Re: ThickBox 3

2007-05-04 Thread Jörn Zaefferer
Cees schrieb: On May 4, 2:01 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: Thanks for updating. :) I think I liked the old "loading" animation more. It had flair. Glen I agree with you Glen - one can always keep the old image but that would put me 'of standard' - maybe it is possibl

[jQuery] Re: ThickBox 3

2007-05-04 Thread Cees
On May 4, 2:01 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Thanks for updating. :) > I think I liked the old "loading" animation more. It had flair. > > Glen I agree with you Glen - one can always keep the old image but that would put me 'of standard' - maybe it is possible to choose which

[jQuery] Re: ThickBox 3

2007-05-04 Thread Klaus Hartl
Sam Collett wrote: Will this effect the development of thickbox reloaded (http:// stilbuero.de/jquery/thickbox_reloaded/) which is designed to be used more like a plugin (i.e. $(#myimage").thickbox())? No, absolutely not! All I can say is that I'm already using Thickbox Reloaded quite heavily

[jQuery] Re: ThickBox 3

2007-05-03 Thread Glen Lipka
On 5/3/07, Shelane Enos <[EMAIL PROTECTED]> wrote: Cody Lindley updated his ThickBox to version 3 yesterday, but I saw no announcement :-( The only thing I didn't see that I was expecting - making the plugin safe for use with other libraries. Of course, I'm hoping Jörn will be done with his a

[jQuery] Re: ThickBox 3

2007-05-03 Thread Sam Collett
Will this effect the development of thickbox reloaded (http:// stilbuero.de/jquery/thickbox_reloaded/) which is designed to be used more like a plugin (i.e. $(#myimage").thickbox())? On May 3, 10:05 pm, Shelane Enos <[EMAIL PROTECTED]> wrote: > Cody Lindley updated his ThickBox to version 3 yeste

[jQuery] Re: ThickBox 3

2007-05-03 Thread Shelane Enos
Yes, I happened across that, which is why I said something on the list. However, who can possibly monitor every plugin¹s site to see if there¹s an update. I just thought an announcement on the list would be nice. So I guess I announced it to the list ;-) On 5/3/07 2:10 PM, "Aaron Heimlich" <[EM

[jQuery] Re: ThickBox 3

2007-05-03 Thread Aaron Heimlich
Here's the announcement http://codylindley.com/Webdev/321/thickbox-3 On 5/3/07, Shelane Enos <[EMAIL PROTECTED]> wrote: Cody Lindley updated his ThickBox to version 3 yesterday, but I saw no announcement :-( The only thing I didn't see that I was expecting - making the plugin safe for use wi