lightbox

jQuery qTip and lightbox

Does anyone have a solution for using jQuery qTip and lightbox at the same time. It would seem that qTip hijacks the title tag in the anchor so that the title that's supposed to show underneath the enlarged image (via lightbox) is missing. The qTips work just fine. ...

Simple JavaScript/jQuery plug-in that 'quicklooks' images.

Is there any good JavaScript/jQuery plug-in that will 'quicklook' an image on click? I want it simple so when you click the image thumbnail it just zooms out to full size. Ideally it would be set up by just giving said image a class and the JavaScript/jQuery does the rest. Similar to the some on the images on this page of Apple.com, s...

How can I apply a lightbox (prettyphoto) to all images in the content div?

Hi, I have a lightbox script installed and now I want to apply the script on every image within the content div. How can I achieve this? My current JS code: <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("a[rel^='prettyPhoto']").prettyPhoto(); }); </script> The css/div I want it applie...

Does calling `click()` in jQuery only trigger jQuery attached events?

I have a Magento site, which includes the prototype JavaScript library. Some time ago, I added jQuery as well. Before that however, I'd included a prototype based Lightbox. It was triggered by adding the attribute rel="lightbox[gallery]". Now I'd like to make a lightbox appear on page load. I know nothing about prototype, so I tried c...

Good example / tutorial of adding and editing a data row in a lightbox using ASP.NET MVC?

Hi, Im looking for a good example or tutorial which demonstrates adding and editing a data row (presented in a HTML Table) in a light box using ASP.NET MVC? Many thanks ...

Problem with using lightbox and jquery-ui accordion in Drupal 6.15

Dear All, I have having problem putting jQuery-ui Accordion and Lightbox on the same page. I am using Drupal 6.15 Jquery 1.3.2 Jquery-ui 1.7.2 Lightbox2 drupal module The thing is... my lightbox works fine if I exclude the following line:- drupal_add_js('sites/all/js/jquery-1.3.2.js'); but if I exclude the above line, my accordion ...

What Lightbox plugin is this?

Hi, Can anyone tell me what is being used to generate the image on this page? http://www.iwantoneofthose.com/lego-digital-camera/index.html#productSubmitReviewsAnchor I assume it's some kind of lightbox plugin? Any help appreciated. Thanks. ...

Jquery: is there a VERY light-weight lightbox available?

I'm looking for an extremely light-weight lightbox for jquery. i'm trying to create my own but i suck and my fist is about to go through the screen.... i'm talking like 5kb or less.. i know it can be done, and if i knew what i was doing i'd do it... but i'm just done for the day. So, does anyone know of one? something just for images, an...

jquery - how to make an iframe from a script i found into an ajax injection?

I'm wondering how i would change this appended iframe: $("#GB_window").append("<iframe id='GB_frame' src='" + url + "'></iframe>"); into a div. Is there a way to change this so that i'm not appending an iframe, but instead using ajax? I need to be able to use the src='" + url + "' part of it. i'm still a novice. If you'd li...

Lightbox scrolling issue with IE7 & 8

The lightbox that i am using works great with all browsers except for IE. In IE, its giving me triple scrolls. http://obliqueinteractive.com/demo/monster/ CSS code for the iframe: #wrap { float:left; width:800px; height:500px; overflow-x: hidden; overflow-y: scroll; } #content-wrap { float:left; width:700px; padding-left:50px; } Why...

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 ...

Lightbox not Working

I downloaded & followed the instruction on how to set up the Lightbox effect from here but it is not working view please help me. in the Head section: <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src=...

Lightbox - Is it possible to force resize the image?

Does anybody know how to force resize the image that opens in lightbox either in CSS or by hacking lightbox? I know it's not a good solution to having a fixed image size (should be done on upload) but it is a specific requirement of a client. Thanks. ...

Redbox Alternative?

I am building an app and want to have a lot of the site forms come up in a box over the screen with the background darkened out. I have seen redbox on github and it seems to do what I need it to do but I see that it hasnt been updated since 2007. Is there a new way to go about this? Any alternatives to redbox? Thanks for your ideas! ...

Is there an alternative to lightbox / fancy box / slimbox that does not require a doctype declaration?

Hi, I am forced to work within a rubbish IDE that creates survey webpages, therefore I cannot control the doctype of the pages (it's not a great piece of software, in fact I hate it but have no choice, and it adheres to no standard doctype, it adheres to no standard anything!). I want to produce a pretty popup on my pages, but cannot u...

Mootools: Formcheck tips over lightbox

I have a form on a lightbox, that form is server side validated with PHP (no issues there) and client side validated with formCheck for Mootools, Is it possible to show the error messages on top of a lightbox? By default it shows them under the lightbox, and therefore useless to the user filling the form, since they cannot be seen. Any...

Nitrogen: changing targetID breaks lightbox

I'm using Nitrogen & lightbox. I'm looking for some guidance after spending way too long trying to understand why a working example breaks as soon as I change the targetID of a lightbox. The fragment below works if I use "name_dialog" or "share_dialog", but not if I use "compose_dialog". I've looked through the source and style sheets,...

Joomla! lightbox and Joomla! gallery

Hello, I'm looking for Joomla! image gallery that is simple to set up and has good customer support i.e. adding requested feature and fixing integration issue. No matter free or commercial, the only requirements are good looking user interface and very good support. I want to be able to place single image with lightbox effect or create...

Lightbox expose layer (the dark layer behind) not closing

To replicate the error go here: http://racedayworld-com.si-eioswww3.com/ And press the button at the top right for "Post Event" .. then hit the close button at the bottom of the lightbox. The problem: The overlay pops up fine and it has a different colour overlayed to hide the form beneath, but it only goes away when you click the ac...

Triggering FancyBox from a DIV onclick();

Hello, This question seems to have been asked a lot, but I haven't seen an answer that works. So I have a div that works like this: <div onclick="location.href='http://www.abc123.com';" class="menuitem"> </div> Now I need the link (specified in location.href) to open up in a fancybox iframe. I would love to use an A element but thi...