[jQuery] Re: thickbox question

2008-01-08 Thread Eridius
nvm, trigger seems to work now, must has had a type of some sort Eridius wrote: is there a way to trigger thickbox to popup without any clicking. I tried $(#id').trigger('click') but that did not work. -- View this message in context:

[jQuery] Re: Thickbox question: Passing variables to pages in the iframe

2007-04-21 Thread Daemach2
Here's another possible solution: http://www.nabble.com/Plugin%3A-frameReady-updated.--Now-with-better-docs-and-demos--%29-tf3610043s15494.html http://ideamill.synaptrixgroup.com/?p=6 Christopher Jordan wrote: Hi folks, First let me say that I *did* search the list, and I *did*

[jQuery] Re: Thickbox question: Passing variables to pages in the iframe

2007-04-21 Thread Christopher Jordan
Daemach, Thanks for responding. I was under the gun so I ended up making the structures I needed to access global, and on the page in the iFrame, I just access them as 'parent.obj'. Actually, it ended up working really well for me. Still, it would have been good to pass in that JSON string

[jQuery] Re: ThickBox question

2007-04-19 Thread Christopher Jordan
Rob, Thanks heaps for sharing! I'll look at this in more detail later today, and holler if I have questions (if that's okay) :o) Chris Rob Desbois wrote: I also got put off jqModal initially, mainly because the TB styling was very nice but jqModal you have to put the effort in to get

[jQuery] Re: ThickBox question

2007-04-19 Thread Theo Welch
Hi All, I happened upon your discussion below. Just FYI, I have a customized Thickbox running on this photography exhibit: http://www.archives.gov/exhibits/twww/ Cheers! -THEO- On Apr 19, 2007, at 10:36 AM, Christopher Jordan wrote: Rob, Thanks heaps for sharing! I'll look at this

[jQuery] Re: ThickBox question

2007-04-19 Thread Ariel Jakobovits
me too - Original Message From: Christopher Jordan [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Thursday, April 19, 2007 10:27:05 AM Subject: [jQuery] Re: ThickBox question Hey Theo that's pretty cool! I like the site. :o) Chris Theo Welch wrote: Hi All, I happened

[jQuery] Re: ThickBox question

2007-04-18 Thread Rob Desbois
Chris, A couple of months ago I played around with this as I wanted to retrieve data through an AJAX call then load it into a TB window. I started off with your method of calling TB_show() directly, then gradually customised the whole thing (e.g. I didn't need the automated functionality, but

[jQuery] Re: ThickBox question

2007-04-18 Thread Klaus Hartl
Chris Jordan schrieb: Hi folks, I've searched the archives, but didn't find what I was looking for. So if this has already been discussed and someone can point me to the old thread, that'd be awesome. Otherwise: Is it possible to trigger the opening of a thickbox without a link? In other

[jQuery] Re: ThickBox question

2007-04-18 Thread Chris Jordan
Rob, That is essentially what I ended up doing. I got busy with the coding so I didn't have time to update this thread, but that is exactly what I ended up doing. Thanks for the help though! :o) Cheers, Chris On Apr 18, 3:51 am, Klaus Hartl [EMAIL PROTECTED] wrote: Chris Jordan schrieb:

[jQuery] Re: ThickBox question

2007-04-18 Thread Rob Desbois
No problem. Also, fwiw I ended up migrating to jqModal instead of thickbox. My reasoning was that despite TB being a very good plugin, it's not that customisable without hacking up the code. Whilst I achieved what I wanted through hacking the plugin, I realised that jqModal was designed to be a

[jQuery] Re: ThickBox question

2007-04-17 Thread Chris Jordan
Okay, I just took a look at thickbox.js and want to know if all I have to do is call TB_show(caption, url, rel); ? I'll play around with this, but would love it if anyone could tell me if they've had this need before and how they solved it. Thanks, Chris On Apr 17, 4:13 pm, Chris Jordan [EMAIL