Tagged Questions

ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal.

learn more… | top users | synonyms

52
votes
5answers
132k views

jQuery .ready in a dynamically inserted iframe

We are using jQuery thickbox to dynamically display an iframe when someone clicks on a picture. In this iframe, we are using galleria a javascript library to display multiple pictures. The problem ...
28
votes
9answers
65k views

How can I simulate an anchor click via jquery?

I have a problem with faking an anchor click via jQuery: Why does my thickbox appear the first time I click on the input button, but not the second or third time? Here is my code: <input ...
5
votes
3answers
262 views

When jGrowl is called, the thickbox stops working properly (using UpdatePanel)

I am calling a thickbox when a link is clicked: <a href="createContact.aspx?placeValuesBeforeTB_=savedValues&TB_iframe=true&height=400&width=550&modal=true" ...
5
votes
4answers
876 views

which one is the best: facebox, thickbox, jquery ui dialog, others?

which one is the best to use for: images regular div content ajax loaded content forms to post to server
5
votes
5answers
5k views

Is there a way to use Thickbox with dynamic content?

Here's the scenario: I have a textbox and a button on a web page. When the button is clicked, I want a popup window to open (using Thickbox) that will show all items that match the value entered in ...
3
votes
1answer
118 views

Jquery thick box is not comming in IE

i have jquery thick box, and it is loading on clicking some link. Then if i click an radio button on the thick box form, it will close the thick box form and another thick box form will open. But ...
3
votes
4answers
528 views

PHP Link to image outside root folder [a href, not img src]

Here's my situation: Images are stored outside root folder. I can access them with an external php file (as it should be) then file_get_contents then echo then img src it then it will show perfectly. ...
3
votes
3answers
69 views

need to changed markup with jquery

I have the following markup which I do not have direct access to... <a href="javascript:void(0);" onclick="window.open('/BulkDiscounts.asp?ProductID=318&ProductCode=' + escape('LB30X40ES') + ...
3
votes
2answers
497 views

Get Value from thick box control

I have hidden field on thick box, when I close thick I need to get the value of my hidden field, when close thick box this method calls function tb_remove(parent_func_callback) { ...
2
votes
3answers
316 views

Calling JavaScript function from codebehind C# in a user control

Currently, I am calling my JavaScript functions using: ScriptManager.RegisterClientScriptBlock(this, typeof(Page), Guid.NewGuid().ToString(), "$(function(){$.jGrowl('Hello World');});", true); It ...
2
votes
2answers
210 views

How would you trigger an event when a ThickBox closes?

This question is Semi-related to Wordpress, but has applications elsewhere. Basically, I'm trying to make it so when someone exits out of a Thickbox, it triggers an event elsewhere on the page. ...
2
votes
1answer
300 views

close thick box iFrame

how to close thick box iFrame using java script,also have to refresh parent window??
2
votes
2answers
248 views

Resizing JQuery thickbox window dynamically

I have a thickbox that pops up when you click on a link. Depending on the user's browser size I want the thickbox to be a constant 500px or so width and the height to change dynamically depending on ...
2
votes
1answer
250 views

centering google map marker in thickbox

I need to open a Google Map in a popup on my web page, for this I am using jquery Thickbox plugin. There is a location marker on Google Map which I need to show in the center of that popup which will ...
2
votes
1answer
1k views

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 ...
2
votes
1answer
322 views

Using PHPThumb and Thickbox/Colorbox

When linking to a resized image by PHPThumb to popup in a lightbox using either thickbox or colorbox, I am getting a lightbox come up with data and characters. I am guessing because thickbox does not ...
2
votes
1answer
577 views

How to use Thickbox with jqGrid on a ASP.NET WebForms Page?

I have a asp.net webforms page in which I'm using the jqGrid component. The problem is that thickbox is not working on the links inside jqGrid (ajax). I got this peace of code on Gupta's blog but I ...
2
votes
2answers
830 views

Thickbox not functioning when placed using AJAX

First let me say that I learned scripting by myself so my approaches may be a bit weird. I want to call images into a div using AJAX but with a thickbox tag so when the image thumb is clicked the big ...
2
votes
2answers
181 views

Activate a function when thickbox is closed

could someone PLEASE advise me on how I can activate a function once Thickbox is closed, this would be much appreciated. function tb_remove() { window.parent.pageUpdate();// << this is what ...
2
votes
3answers
598 views

How to hide loadingAnimation.gif in Thickbox…?

I'm new to jQuery Thickbox. I've implemented the following code: HTML: <a class="thickbox" href="javascript:void(0);" onclick="javascript:initMap(lat,lng,'htmlmsg',1);" >map</a> <div ...
2
votes
1answer
1k views

How to print the contents of the JQuery ThickBox plugin?

I have implemented the ThickBox Plugin and I am retrieving the content from using an AJAX request. The print link is printing the page behind the Thickbox. Is there a way to print the actual ...
2
votes
1answer
3k views

jQuery validation not working in Thickbox display ajax call

Im using Thickbox 3.1 with jQuery 1.3.2 with the Validation plugin and all works great when I run the pages individually but when I use Thickbox the page popup (As it should) but the validation on the ...
2
votes
5answers
5k views

How to show a Lightbox dialog from an ASP.NET AJAX response

I want to use Thickbox (or one of the varieties) on our site to display information messages returned from the server. Examples include warning messages returned from biz logic, etc. The first place ...
1
vote
2answers
51 views

thickbox plugin - Identify

I'm calling the (fairly old) plugin "thickbox" as described here: <input type="text" id="RecordType" size="10"> <a id="RecSubTypeHref" href="index.pl?img=true&type=RecSubType" ...
1
vote
1answer
139 views

thickbox + google map does not show up?

I have this HTML in my DNN pane: <div class="mapImage"><span xmlns="http://www.w3.org/1999/xhtml"><a ...
1
vote
2answers
454 views

Change thickbox popup size dynamically

I'm using ThickBox to open popup in my page. In popup there is a tab on click on which i need to change the size of ThickBox popup window. How can i do that ? Thanks in advance.
1
vote
1answer
247 views

CakePHP: Display view in Lightbox?

I am looking for a way to display a view in a lightbox or thickbox in Cakephp. Is there a way how I could do this? Thanks in advance
1
vote
1answer
262 views

Thickbox 3.1 IE8 Loading Problem

We use Thickbox 3.1 for modal windows on our site and noticed recently that it has stopped loading on IE8. You can see the issue by going to http://alltrails.com and clicking "Login" on the top right. ...
1
vote
1answer
61 views

How can I see if the current page is loaded in a ThickBox?

I'm using ThickBox for a lightbox and I need to check if the current page exists within a TB or not. How can I do this with jQuery?
1
vote
1answer
127 views

thickbox not displaying content in IE6

hello i am using thickbox as an information popup. it works well in IE7/8 & FF but in IE6 it does not display the content just garbled characters. i have attached my code and would be grateful if ...
1
vote
1answer
101 views

thickbox not behaving like it should

I'm creating a greasemonkey script. One of the functions it should do is close any thickboxes that open with the page (like when you visit sidereel for the first time). I put this line in ...
1
vote
1answer
215 views

What javascript code/library can I use to open a Pop up on browser window from a small iframe contained in the webpage?

I want to open a remote url inside a javascript popup instead of doing window.open(). I came across libraries like lytebox,lightbox,thickbox which do that if the popup is opened from main webpage. ...
1
vote
1answer
404 views

thick box is not working in chrome

i'm using thickbox in my webpage it's working well in firfox , ie but not working in google chrome it shows error XMLHttpRequest cannot load ...
1
vote
1answer
521 views

How to call thickbox from tinymce contextmenu plugin?

How to add item in contextmenu of tinymce. I need to open a thickbox from contextmenu selection of tinymce var url = ...
1
vote
1answer
230 views

jquery form submit in vb.net

I am using thickbox,and everything works fine in regards to loading the page. So my div's are loaded fine and data can be inserted in the textboxes. Now when it comes to submitting the data, i need 2 ...
1
vote
1answer
172 views

thickbox in asp.net

i am using thickbox in asp.net and everything works fine. I load it, have textboxes and dropdowns in it. I also made modal=true, so it only closes when i click the "Thank you" button. The problem is ...
1
vote
0answers
130 views

Unable to show contents of variable enclosed by div as inline in thickbox

I am trying to put a variable 'htmlcontent' into a div element and refer to the divId to show on the thickbox, but I am unable to get it working. Trial 1 <div id="htmlCont"> <p> ...
1
vote
2answers
460 views

To invoke thickbox using javascript

How to invoke a thickbox using javascript function. I am using this code. //javascript function function click_fn() { ...
1
vote
2answers
1k views

Thickbox inline problem

I am trying to create a modal window with hidden content using thickbox It opens the window fine , not sure whys its not showing the content inside the id="hiddencontent". i am following as ...
1
vote
2answers
378 views

jQuery tabs not working inside a thickbox

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 ...
1
vote
0answers
306 views

jQuery qTip & ThickBox

I have a form loading in a Thickbox, which is submitted using AjaxForms and I'm trying to add some nice qTips to give users a better understanding of what the form field does when they enter data ...
1
vote
0answers
158 views

need to changed markup with jquery to work with thickbox iframe (2nd attempt)

This is a revised attempt at solving this issue. Excuse my noobness. I have the following markup on a page of which I do not have direct access to... <a href="javascript:void(0);" ...
1
vote
0answers
448 views

Using Jquery History Plugin to solve thickbox browser back button problem

Some of you may be aware of the "problem" with Jquery plugins such thickbox , Lightbox,Fancybox etc.) where some users consider the back button to be broken. Basically, after loading a image/vid in ...
1
vote
1answer
228 views

How to remove insert image button from Yahoo Rich text editor

Hey Guys, I am using ThickBox 3.1 one one page. Now, there is one problem, i am using one form to open thickbox on the button click event. And i am using yahoo text editor on that form. And in ...
1
vote
1answer
34 views

How can I include images in the description area and a vertical scroll bar on Thickbox (jQuery)

I would like to get something like this using Thickbox: But I'm not sure how to add an image (the golden rose) in the description part (it uses title="description" in the anchor link). P S: Can I ...
1
vote
3answers
866 views

not able to close the jquery iframe thickbox when the page is https

I have jQuery thickbox(TB_iframe=true) which shows an https page in an iframe based overlay. the parent page is http & overlay page is https. if i use self.parent.tb_remove() This does not ...
1
vote
1answer
902 views

How can i open Thickbox from a form and feed it with data?

I have a simple search php script, within that script there is some html and javascript to make a search input field and a button. What i am trying to do is when someone enters a search, and presses ...
1
vote
1answer
766 views

Thickbox 3.1 IE8 scrolling problem

Having a slight problem with http://jquery.com/demo/thickbox/ In IE8, the overlay window doesn't scroll when you scroll down in the browser. So if you click something at the bottom of the browser ...
1
vote
1answer
334 views

How can I make a modal window(url) refresh to another modal window(url) via facebox

This is ultimately what I want to achieve. User clicks on Page1 Modal window opens. User clicks on Page2 Modal window refreshes to that page. ///// But this is what happens User clicks on Page1 ...
1
vote
1answer
225 views

how to customized thick box using jQuery?

I want to customized thick box, can any one please help me out. <a href="#" class="thickbox" id="shareDesign">Share Design</a> i have use above syntax, it is working fine but i want to ...

1 2 3 4 5