Here's my code:
I've got a flash slideshow on my page. I've used thickbox for login but when someone clicks on the login, the flash overlays thickbox.
I've managed to solve the problem on Firefox, but nothing seems to work on Internet Explorer.
...
Hi,
I have two questions about the asp:updatepanel:
Is it possible to show the progress bar for an updatepanel on e.g. a thickbox.
How can I get custom sorting to work with the updatepanel? I have used the code below normally, but now it doesnt' work when in an update panel?
...
I am having a problem using thickbox and accordion on the same page ie none of them work. I have checked that they both use the latest version of jquery. Below are my includes. There are no other jscript files included. I am using this on a wordpress template if this can cause an issue.
<script type="text/javascript" src="<?php bloginfo...
hello,
i have an ASP webform with a JQuery Thickbox, i have an image that opens the thickbox when user click.
once open the thickbox it shows me a grid with several rows and a button to select one and after the user select the record it returns to the main page the recordselected and cause a __doPostBack()
BUT! sometimes in IE6 it sta...
The swf movie sits on top of everything including the stuff that comes up in thickbox. I have no idea why this is happening.
This problem is only on IE7 (so far) but is likely to be in at least IE6 (I don't have IE6 to test on). BElow is the code I am using to embed my flash movie:
<div id="flash">You need the Flash Player to view this...
I have implemented the ThickBox Plugin and I am retreiving 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 content?
I am using the following anchor tag and javascript link:
<a onclick="PrintPage()">Print</a>
javscript:
function PrintPage() {
...
I have a listview that includes links to open an iframe with jQuery and thickbox. This new window allows the user to edit the field information with the iframe. Update button -
<input type="submit" name="bUpdateDate" value="Update"
onclick="self.parent.location.reload(true);self.parent.tb_remove();"
id="bUpdateDate" />
This refresh...
Hello guys, I've found awesome using thickbox with asp.net mvc ....but now i need to use it with ajax and then....it displays only a blank page.
It is not loading the page inside of it.
This happens only on the ajax call...that i'm doing like this
<%= Ajax.ActionLink("GetFuncao", "GetFuncao?height=155&width=300&inlineId=hiddenModalCon...
I need some advice about thickbox, please!
I've just follow the example in thickbox inline but I couldn't load the content of the div in my page as I wanna. My html code and jquery code like that. Any suggestion for my problem?
$(".artist").hover(function(){
var artistname = $(this).attr("title");
var artist = "<embed hspace...
I am trying to place a link into an Extinfowindow that obtains its content through an Ajax call. So, I click on a push pin marker, up pops the Extinfowindow with my ThickBox link in it, and when I inspect the DOM for the entire page at that point, I can see the element correctly showing up with the "thickbox" class. The link looks like...
I’m working on an application that uses the ajax control toolkit 1.0.20229.0, jquery 1.3.2 and thickbox 3.
We are in the process of removing the ajax control toolkit, but since it’s a large app it will take several versions before we can completely remove it.
When I click a link that pops up a thickbox modal containing iframe it works,...
I m using jQuery thick box to show an aspx page in a modal dialog
This works fine in my page.In my page,I have some links on which when i click,using jQuery's Load method,I am getting some data from the server page and loading into it.(the data i m getting is a grid which contains some images).My problem is that my thickbox is working fi...
I am using JQuery's thickbox to input form data. Would like to auto close the thickbox and send a variable back to the parent from the thickbox form input upon submit.
...
Hi All,
I am using jQuery thickBox to make use of the light box effect n my page.Some times i load the content of one of my DIV using jQuery's load method.At that time the thick box didnt worked so I called the initialization function (I put that in another function called PreLoad() and invoiked it )available in thickbox.js before i loa...
How to close jQuery thickbox from server side - I want to cause the thickbox (frame style) to be closed from a line in the server - when an action is done etc.
I use the thickbox to show a file upload dialog, and once the upload is complete, i wanna dismiss the thickbox from the server's code behind (just like it would do with the 'Clos...
I have implemented the jquery thick box in my page to show another page content in the light bix.I used the iFrame mode of thick box to do this.Now i have a asp.net link button in the page which is being show in the light box. I want to close the light box from client side when this link(in the inner page) is clicked .Which function i ha...
Hi, i need a help with thickbox.
I use it in my website, but a function of overflow:hidden, dont work in firefox, just in IE.
Someone can helpme?
thanks...
html and css no problem, my problem is thickbox, becausa it work in IE 6 or 7, but no in mozilla(all versions). look the code;
function tb_show(caption, url, imageGroup, leg, ttlTb)...
Hi I had a jquery thickbox modal popup on my application. (iframe)
Everything works great but I want to set the focus to a specific input field.
The Iframe loads a normal aspx page so I thought I'd do a $(document).ready(..focus);
I put that script in the IFrame code
However this does not work. I believe that after the "ready" some o...
Hey,
I tried all sorts of combinations, how can I open a page in thickbox that has get parameters in it? for example:
<a href="http://www.google.com?q=someQuery&TB_iframe=true&height=600&width=600" title"bla" class="thickbox">example 1</a?
Also, are there any special things to consider while working with thickbox in a fir...
I am using rails to build my application and I want a thickbox on clicking a particular link..
I use the below code in my partial which is displayed in a division of a page and on clicking the user.name, i need the thickbox.. when i use the below code, nothing happens..
<%= link_to_function user.name,remote_function(:update=>"result", :u...