Top "Thickbox" questions

ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library.

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 …

javascript jquery iframe thickbox galleria
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 …

jquery html onclick thickbox
Stop a postback in javascript

i have an ASP webform with a JQuery Thickbox, i have an image that opens the thickbox when user click. …

asp.net javascript postback thickbox
How to load external content to a div using jquery (think embedded lightbox)

Using Thickbox is great it allows me to load external sites into the thickbox and they retain their functionality, appearance, …

jquery thickbox
refresh parent window after closing thickbox window

I am using Thickbox 3.1 for a login form, using the iframe version. I want to close the iframe (child) window, …

jquery html forms thickbox
Launch Thickbox onload Instead Of click

I want to launch a jquery thickbox onload instead of click. for this I use the code below. <script …

jquery thickbox
Close thickbox and the open it again

I am trying to do kind of a wizard using thickbox, and it works fine when opening it the first …

thickbox
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 …

javascript jquery popup thickbox
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');});", …

c# javascript jquery user-controls thickbox
Close jQuery thickbox on button click

Here is my jQuery: <script src="../js/jquery.min.js"></script> <script type="text/javascript" …

jquery thickbox