thickbox

jQuery thickbox window resize from click inside window

Question about jQuery thickbox 3.1 When the user opens the thickbox window, I have a button that they can click to show some content that's originally hidden. Right now when you click, the content shows and pushes everything down and the thickbox window gets scrollbars. I'm trying to figure out how to make the thickbox window resize i...

jQuery thickbox 3.1 and mobile safari

I'm using jquery tb 3.1 and having issues using it on the iphone and ipad...so i'm assuming mobile safari is the issue. what happens is no matter where the user is on the page if they click a hyperlink that opens the thickbox window, you have to scroll up to see it. it's staying aligned at the top and the greyed out TB window doesn't fi...

Thickbox jQuery Issue: Works fine until after AJAX sort

So I have an image gallery that uses thickbox. When I first load the page and click an image, it loads fine into the thickbox. However, after performing an ajax sort of the images and echoing back identical thickbox urls, clicking on one of the images displays the content in a new browser window rather than a thick box. Any thoughts? ...

[Drupal] Form fields & Popup

Hey everyone ! I'm developing a Drupal website,and in my add node form, I want the file upload fields (created with FileField) to be displayed in a thickbox-style popup. You just click on a "Add attachments" link, the popup comes in, and allows you to add the files. Then you close it, and submit the form normally. Anyone knows of a nic...

Callback with thickbox in an iframe

I'm loading a page in Wordpress (on the same domain with thickbox, the page that is being loaded also uses another jQuery plugin to change the scrollbar), I cant seem to get it to do a callback to load the all the content , it leaves out the area that jQuery instantiated on that iframed page. I've scoured the net and I am having trouble...

jQuery tabs not working inside a thickbox

Hi! I´m working on a project, where i got a site with "case studies" and the details are show within a thickbox. Now, this content is split into 3 jQuery tabs, that work just fine in a blank page, but inside this thickbox, they don´t. <link rel="stylesheet" href="css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" h...

asp.net - ThickBox autoclose

I have 2 pages: default.aspx (displays all students) and update.aspx. The default.aspx displays all students using ListView and ObjectDataSource. The code below in default.aspx calls thickbox for update student's information <a href='<%#"Update.aspx?studentId="+Eval("Id")+"&height=350&width=350&modal=true" %>' class="thickbox">updat...