[jQuery] Re: thickbox reloaded and IE6 not good

2008-02-11 Thread Eridius
Anyone look at my example because it does not work in IE 6 and it is getting to the point where i really need something to work very soon. Eridius wrote: You can see for yourself at: http://dev.kaizendigital.com/js_test/ if you click on the statically created under thickbox reloaded, the

[jQuery] Re: thickbox reloaded and IE6 not good

2008-02-07 Thread Eridius
You can see for yourself at: http://dev.kaizendigital.com/js_test/ if you click on the statically created under thickbox reloaded, the first time it looks ok but the 2 select boxes are showing up in front, not faded. if you then close and open it again, the select are gone like they should be

[jQuery] Re: thickbox reloaded and IE6 not good

2008-02-06 Thread Klaus Hartl
Yes it has. I'm using it on plazes.com and haven't faced any problems yet... What issues exactly? Mayb the CSS isn't up-to-date in the repository. --Klaus On Feb 6, 5:17 pm, Eridius [EMAIL PROTECTED] wrote: I just tested the index.hmtl from the jquery svn repository for thickbox realoaded in

[jQuery] Re: thickbox reloaded and IE6 not good

2008-02-06 Thread cfdvlpr
I'm sorry to hear this. We've been having trouble with thickbox and IE6 for a long time. And, to hear that thickbox reloaded doesn't work well in IE6 is bad news. If anyone has any tips or tricks to get thickbox or thickbox reloaded working well in IE6, please chime in. Also, does anyone know

[jQuery] Re: thickbox reloaded question

2008-02-01 Thread Alexandre Plennevaux
hi eridius, if you look at the thickbox code, this is what it takes to launch a thickbox tb_show(title,url,gallery): $(domChunk).click(function(){ var t = this.title || this.name || null; var a = this.href || this.alt; var g = this.rel || false; tb_show(t,a,g); this.blur(); return

[jQuery] Re: thickbox reloaded question

2008-02-01 Thread Klaus Hartl
Yes, it is also possible with Thickbox Reloaded and pretty easy and straight forward: var $thickbox = $('a.thickbox').thickbox(); $thickbox.trigger('click'); --Klaus On Feb 1, 9:45 pm, Eridius [EMAIL PROTECTED] wrote: I am wanting to trigger a thickbox after I validate a form.  Basically I

[jQuery] Re: thickbox reloaded question

2008-02-01 Thread Eridius
I have this code: $('a.fare_finder_link').bind('click', function() { $('#fare_finder_form').submit(); if($('#fare_finder_form input[name=validated]').val() === 'true') { alert('test'); var url_query =

[jQuery] Re: Thickbox Reloaded

2007-07-10 Thread Jökull
I've got a 2/3 rewrite of thickbox that is a lot more flexible. I've tested it on Safari, IE6 and Firefox. Anyone interested? On Jul 10, 11:56 am, Txt.Vaska [EMAIL PROTECTED] wrote: Bonjour: I haven't seen any talk about Thickbox Reloaded since mid-May. And I noticed that Thickbox 3 is out

[jQuery] Re: Thickbox Reloaded

2007-07-10 Thread Klaus Hartl
Txt.Vaska wrote: 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,

[jQuery] Re: Thickbox Reloaded

2007-07-10 Thread Alexandre Plennevaux
I am always! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jökull Sent: mardi 10 juillet 2007 13:40 To: jQuery (English) Subject: [jQuery] Re: Thickbox Reloaded I've got a 2/3 rewrite of thickbox that is a lot more flexible. I've tested

[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

[jQuery] Re: Thickbox Reloaded

2007-07-10 Thread Alexandre Plennevaux
PROTECTED] On Behalf Of Klaus Hartl Sent: mardi 10 juillet 2007 13:46 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Thickbox Reloaded Txt.Vaska wrote: 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

[jQuery] Re: Thickbox Reloaded

2007-07-10 Thread Joel Birch
On 11/07/2007, at 12:25 AM, Alexandre Plennevaux wrote: Hi Klaus, I personally am looking very much forward to your implementation. I like its design much more than TB3, with all due respect to the script that converted me to jquery. Just an encouragement ;) Alexandre Ditto! Still

[jQuery] Re: Thickbox Reloaded

2007-07-10 Thread Sam Collett
Perhaps it needs a new name as well (rather than just 'Thickbox Reloaded'), because it does function slightly differently to Thickbox? On Jul 10, 2:32 pm, Joel Birch [EMAIL PROTECTED] wrote: On 11/07/2007, at 12:25 AM, Alexandre Plennevaux wrote: Hi Klaus, I personally am looking very

[jQuery] Re: Thickbox Reloaded

2007-07-10 Thread Klaus Hartl
Sam Collett wrote: Perhaps it needs a new name as well (rather than just 'Thickbox Reloaded'), because it does function slightly differently to Thickbox? Thickbox Reloaded was just a working title for me (it was supposed to become TB 3 at that time), but now that there is an official TB 3,

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Scott Sauyet
Rodrigo Moraes wrote: I have a problem with Thickbox contents not being loaded when the trigger is set dynamically. Here's an example: [ ... ] Any clues why this is happening? Sorry, I've looked at it a bit, and have absolutely no idea. It is very strange. Sorry to have nothing to offer;

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Klaus Hartl
Rodrigo Moraes wrote: Hi, I have a problem with Thickbox contents not being loaded when the trigger is set dynamically. Here's an example: http://dev.tipos.com.br/jquery/thickbox.php 1. Click on 'add a new thickbox trigger'. 2. Click on the new link to open the ThickBox. It will open and

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Rodrigo Moraes
On 5/25/07, Scott Sauyet wrote: Sorry, I've looked at it a bit, and have absolutely no idea. It is very strange. Sorry to have nothing to offer; I just didn't want you to feel ignored. Good luck, Thanks. :) As I'm not familiar with the internals of Thickbox Reloaded, I've added a dirt

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Klaus Hartl
Rodrigo Moraes wrote: Another issue with Thickbox Reloaded is that, if you want to load a iframed content which is on the same domain/port, you won't be able because if it's on the same domain it will guess that you want ajax (and this is not always true). I hacked it again to force an iframe

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Rodrigo Moraes
On 5/25/07, Klaus Hartl wrote: What currently happens is this: When opening the Thickbox this content gets captured in a closure and never gets reappended back to its original location - it is appended to the modal with appendTo, e.g. it is moved in the DOM. But when the modal gets closed it is

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Su
And of course, now I can't seem to duplicate this. IGNORE On 5/25/07, Su [EMAIL PROTECTED] wrote: Klaus, I can't follow everything in your explanation below, but it sounds a lot more complicated than something I just noticed. Rodrigo's TB declaration reads: $('div.slot a').thickbox(); ...and

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Su
Klaus, I can't follow everything in your explanation below, but it sounds a lot more complicated than something I just noticed. Rodrigo's TB declaration reads: $('div.slot a').thickbox(); ...and that applies exactly to the original link in the actual HTML. Also, if I make a copy of the original

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Su
On 5/15/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hello, I know thickbox 3 is out. What of the parallel branch thickbox reladed ? Is it still on? From Klaus in the Thickbox 3 announcement thread: Sam Collett wrote: Will this effect the development of thickbox reloaded

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Klaus Hartl
Alexandre Plennevaux wrote: hello, I know thickbox 3 is out. What of the parallel branch thickbox reladed ? Is it still on? thank you, Alexandre Yes, it is still on the plate. It has a few things that TB 3 doesn't have, thus I still see a reason to finish it. Unfortunately I'm

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Klaus Hartl
BAlexandre Plennevaux wrote: Hello Klaus, great: although i used TB2 quite a lot (that's what got me into jquery in the first place), as i grew more used to the jquery way of coding, i prefer the reloaded code. $(element).thickbox(); I'm now trying to hack your implementation so that it

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Su
On 5/15/07, Klaus Hartl [EMAIL PROTECTED] wrote: name) heavily there already, and whats in SVN now is stable (could call it beta). Oh, yay. I've been holding off on something that would use TB until Reloaded settled so I could decide on a flavor.

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Dylan Verheul
On 5/15/07, Klaus Hartl [EMAIL PROTECTED] wrote: Yes. I don't see the need for the usage of an iframe if you're in the same domain. I do. Launch a form in an iframe using thickbox, and allow that form to be submitted into the iframe. You could probably do the same with the forms plugin and

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Alexandre Plennevaux
-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: mardi 15 mai 2007 17:19 To: jquery-en@googlegroups.com Subject: [jQuery] Re: thickbox reloaded? BAlexandre Plennevaux wrote: Hello Klaus, great: although i used TB2 quite a lot (that's what got me into jquery

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Alexandre Plennevaux
. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: mardi 15 mai 2007 17:19 To: jquery-en@googlegroups.com Subject: [jQuery] Re: thickbox reloaded? BAlexandre Plennevaux wrote: Hello Klaus, great: although i used TB2