lightbox

How to change Image Loading Order (for Lightbox)

I've got a page with a lot of images (thumbnails). You should be able to expand the images via Lightbox. I need to encourage the browser to load the image in the Lightbox before any other image (thumbnail). I remember some articles (I can't find anymore) on how to influence the loading mechanism of the browser (use a different subdomain...

Facebox_Render + Form Redirection

Hey All, I'm currently using the facebox_render plugin to create modal popups in my rails app. What I'm not sure how to do though is as follows: If i have a form that is rendered to the facebox, when that form is submitted (update route in my controller), how do I redirect the renderer BACK to the current facebox. Essentially, if I wa...

Problem with LightBox Jquery

Can't seem to get my lightbox to work. Any ideas? <html> <head> <link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" media="screen" /> <title>WildFire</title> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/...

37 Signals Style Lightbox | How to do this?

Does anyone know how 37 Signals built the pop ups for image previews that are now in basecamp? I really like how quickly they load and the fact that the whole page doesn't get "light-boxed" and there is a minimal border It's very snappy. You can see this effect on the marketing page for campfire: http://campfirenow.com/?source=37signals...

C#/WPF: Display Images like a LightBox in jQuery?

Hello, Did anyone ever try to create a jQuery "LightBox"-Like "Popup" (WPF UserControl) for displaying Images? See this page for an example: http://www.huddletogether.com/projects/lightbox2/ Thanks! ...

PrettyPhoto Jquery Lightbox link problems

Hello, I am using the fantastic PrettyPhoto Lightbox, a Jquery lightbox clone. To launch a lightbox with an iframe this is the code <a href="http://www.google.com?iframe=true&amp;width=100%&amp;height=100%" rel="prettyPhoto[iframes]" title="Google.com opened at 100%">Google.com</a> This works great! The problem is that I am using j...

Pretty Photo Set linking Issues

Hello, Yesterday a nice stack overflow user helped me to trigger the Jquery Prettyphoto Lightbox from a DIV element rather than an A element. You can find that solution here This works... Almost. Pretty Photo looks for all the links that reference it and then compiles them into a slideshow of iframes. Normally when you click on a lin...

How to call lightbox from outstanding link?

Hello, Does somebody know, how to call a lightbox from an custom link? Example: $('#price1 a').lightBox(); //in the header Now I want to click a custom link somewhere on the page. <a href="#" class="price1">Link to lightBox</a> And images in a div (until link clicked they are not visible) <div id="price1" style="display: none;"...

LightBox Next button always on setting?

In LightBox, is there a way to always show the navigation Next button? ...

jQuery - Call click

I have this jQuery which adds a click event to the selected object (from jQuery LightBox): $('#jquery-overlay,#jquery-lightbox').click(function() {_finish();}); How in code would I call the click event? ...

jQuery lightBox p[lug in - Show NEXT button all the time

I have switched to the jQuery lightBox plug in. How do I set it so that the next and previous buttons always show. My users are not quick enough to know you have to mouse the mouse over the image to see more. ...

jQuery lightBox plugin by balupton

Using the jQuery plugin http://jquery.com/plugins/project/jquerylightbox%5Fbal Is there a way to have the title and NEXt/PREVIOUS buttons always appear. Currently we have to hover to have these appear and my users mostly aren't noticing that. LightBox2 and others allow this but I need it based on jQuery as the other frameworks interfer...

How to give ajax call in modal dailog box.

I am using modal dialog box from jQuery UI. I want to make a ajax call to display the content in my dialog box. $(function(){ $('#myLink').live("click", function(){ $('#lbContent').dialog('open'); var url= $(this).attr("href"); $('div#lbContent').empty(); $('div#lbContent').load(url); return f...

Dynamic Div Height Calculation - JQuery/AJAX

Hello, I've written a small lightbox plugin for jQuery (yes, there are several ready made packages -- unfortunately, the designer in my co. does not like any of them). I have one small problem -- I am using .load() to load dynamic flash content into the lightbox div. I am appending the div to the DOM, presetting visibility to hidden, a...

Help with Shadowbox

Hey guys, I'm trying to get Shadowbox to work. Whenever I click the link, it just opens the movie in a new page. Here's the code in the head tags: <script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"&gt;&lt;/script&gt; <link rel="stylesheet" type="text/css" href="shadowbox.css"> <script type="text/javascrip...

Galleriffic with lightBox

For the relaunch of my clients site (craft2eu.net) I need to integrate Galleriffic with a lightBox. I know there is GallerificPlus, but it is based on an old version of Galleriffic which brings some things I don't like. For example the invalid attributes, etc. How do I integrate the current version of Galleriffic (2.0 at the time of wr...

lightbox not working correctly

I have a problem in lightbox. This is the link when i clicked login form appears. <a href="index.php?g=login.html" title="Login Form" rel="gb_page_center[425, 220,login.html]">Login</a> When I click the link before page loads, page opens in new window. light box isn't working correctly. I need to block this link utill lightbox loads...

Lightbox/Forms Question...

I am trying to allow for the filling out of a form from a lightbox pop up window. One like the one that Get satisfaction uses (though I only need to be able to collect info, not display from a query as well). You can see a Get Satisfaction example at http://tweet.fabeetle.com and clicking the feedback tab. What is the best way to do th...

Facebox jumps on load

When using Facebox I notice that it loads to the left of the screen and then jumps to the centre. Is there a fix so that it loads in the centre from the start without the jump? ...

Using Fancybox (jquery plugin) in ASP.net

I'm trying to get a line of code in my ASP.net application (using Visual Studio) to appear in a Jquery "Fancybox" window. I know how to do this with a regular href link. However, I'm confused on how to set this up using a dynamically generated one. Here's my line of code that I would like to call Jquery: <asp:HyperLink ID="hypPrint" ...