thickbox

jquery functions doesn´t work after external loading

hello everyone! I have a website.. with three div columns, colA colB and colC. on colA i have a menu that triggers some ajax functions to load text on colC and thumnails on colB. it works perfect.. here it is a piece of code. var loading = $(".loading"); var content = $("#colC"); var thumbs = $("#colB"); $("#menu li a").clic...

ThickBox with googlemaps

Hi, I was wondering if its possible to use the Google maps IFRAME code to show up in a thickbox jQuery lightbox. Any help I am trying to use the embeded url but no luck. has anybody seen a solution to this problem I have tried googling but to no avail. ...

Thickbox won't submit in IE8

I have a Thickbox on a page, using the inline method, that contains a form. I can't get it to submit in IE8. When I click the submit button, it's supposed to send an email and close itself, but nothing happens - the Thickbox remains on the page and I receive no email. It all works fine in Firefox and even IE7. <p><a href="#TB_inline?he...

Jquery - How to run a function onclick only if link is not dragged?

I am running thickbox and jquery ui draggable both on the same page, and they are conflicting. Jquery UI Draggable allows me to drag and drop things from one place to another with this code: $(".droppable").droppable({ drop: function(ev, ui) { do stuff } }); Thickbox starts on a click event, with essentiall...

Thickbox --> IE8 --> Google Map Problem

Hello, we are using the solution from mapmaker.donkeymagic.co.uk to create a google map that is then being embeded into a webpage. An example of it working is here http://www.fairlieyachtclub.com/erracms/pages/contact.aspx?articleid=15&amp;zoneid=16 Now.... in ie6/ie7/ie8 compatibility mode/firefox3+ The map works correctly when the...

i need to send through the GET method data using the thickbox library and jquery

cause i got some 403 errors ... that's beacuse my server doesn't has enabled the directory listing anybody has done something like that ? thanks. ...

How to get crossSlide and lightbox2 working together on the same page.

(CrossSlide) (LightBox) This is my header: <script type="text/javascript" src="<?php echo ROOT.'sources/js/jquery.js'; ?>"></script> <script type="text/javascript" src="<?php echo ROOT.'sources/js/contentSlider/jquery.cross-slide.js'; ?>"></script> <link rel="stylesheet" href="<?php echo ROOT.'sources/css/lightbox.css'; ?>" type="text...

jQuery Thickbox with .ASHX image handler - shows garbage

I am using an .ASHX handler to return images from my ASP.NET app. When I use the browser to hit the URL directly (example): http://localhost/myapp/GetImage.ashx?key=12 it works fine... image shows up on the page. but when I use that same link as a target in Thickbox... I get this: the distilled version of ASHX the code: byt...

Open a modal window on browser close?

Hi folks, I'm trying to open a modal window when the browser window closes. Is there a way to do this with window events? Thanks. ...

Php returns thickbox link that doesn't work

Hello everyone, I'm running into a bit of an issue when I try to return a link to pull up a thickbox on my page from a simple php echo. Basically what I have is: A page with a few include statements like: <?php include ("display_header.php"); ?> Each one of the include statements just points to a php file that pulls a short qu...

How to change the JQuery Thickbox windows dynamically

How to Change the JQuery Thickbox windows dynamically when the browser windows reduces or increases Please help me to solve this problem ...

How do I do something to AJAX loaded content of a thickbox?

Id there an event I can hook into? I've looked through the docs, and unless my Wednesday brain is failing me I can't see anything along those lines. I am loading AJAX content into a thickbox using the standard way (adding the "thickbox" css class), but when it's loaded I want to do some jQuery magic on some of the loaded content. What ...

Thickbox (jQuery) breaking prototype in rails.

Hey Guys, I'm creating my first rails app, and using the standard prototype library for some effects. I recently brought in Thickbox which is breaking all of the previous effects. I know there is a no conflict method for jQuery but I'm not exactly sure how to implement it? Should I just do a find/replace for $ in the jquery and thickb...

Thickbox page not loading(consistently) on page load in IE browsers.

I am registering the script on my page load event for the thickbox page to open. But some time only the gray background appears and not the thickbox page. Let me know if I am missing anything. Below is the code for registering the thickbox. Any help would be greatly appreciated. Dim sb As New StringBuilder() sb.AppendLine("...

Thickbox and Google Maps Link

I'm using jQuery's thickbox and want to use it for a Google map link(s). The approach that I've seen does not work for the link (URL) format I'm using. The URL format: http://maps.google.com/?q=1200 Pennsylvania Ave SE, Washington, District of Columbia, 20003 So if I use this: <a class='thickbox' href='http://maps.google.com/?q=1200...

Can't get thickbox to work if it is linking from a masterpage?

I have a page called test.aspx and in that page, I have the following link: <a href="../help/default.aspx?height=100&width=500" class="thickbox"> <asp:ImageButton ID="ibtnHelp" runat="server" ImageUrl="~/images/needhelp.jpg" /></a> When I click on the link, it opens up the default.aspx page unde...

Thickbox - Multiple line captions

I'm trying to make an overlay with thickbox... it only allows one line captions... Anyone have any alternative jquery plugins they use? I'm trying to make something like: http://hammer.ucla.edu/exhibitions/detail/exhibition%5Fid/166 ...

can't open iframe-window in jquery thickbox

Im trying to open a iframe thickbox window with the following url: < a id="thickbox2" title="Contact us" href="/send.php?keepThis=true&TB_iframe=true&height=370&width=300" class="blue_link">Contact us < / a > the thickbox black background loads and the progress bar is shown, but not the send.php file. please help! ...

How to hide loadingAnimation.gif in Thickbox...??

Hi, 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 id="show_map" style="display:none"> <div id="map_canvas"></div> </div> JS: function initMap(x,y,msg,flg){ var map = new GMap2(document.g...

Thickbox problem - appearing at bottom of page

I have a PHP page, in Wordpress. When I add a inline Thickbox to the page and attempt to open it, the Thickbox opens at the very bottom of the page, after the footer. Strangely, I took the generated HTML code, and made an HTML file with it. That HTML file opens the Thickbox correctly. The only difference is that it is not being gener...