lightbox

Javascript lightbox component that works with arbitrary HTML

Is there a Javascript component that allows me to simply pass it a string made up of arbitrary HTML (any HTML I wish to use) and will show that HTML in a lightbox? I've been scouring the internet, searching for examples, but it seems like there simply isn't any component capable of doing this. Even LightWindow, which claims to be all-...

How can I target a specific lightbox (Colorbox)

Greetings, I need two lightboxes on the same page. I am using Colorbox. One of the lightboxes has an additional button. I have been able to create this button OK dynamically by editing jquery.colorbox. But now i am unsure how to remove this button from the lightbox that doesnt require it. All I need is a hook in the form of an ID on ...

Lightbox problem

http://www.muraterturk.com/ Open an image on this site, I looked down, half the black background of the site shows. How can I solve this problem? ...

Is there a jQuery plugin that combines lightbox and slideshow (Google Buzz-style)?

When you click on an image in Google Buzz, it shows this image in a lightbox, but at the bottom of the screen there is a list of all images in the same context (and you can click or scroll through it). I want to use the same functionality in my gallery, but I prefer not to spend a lot of time building it. Is there a plugin that provide...

Run Jquery method when enter key is press

I'm trying to run a method when the enter key has been pressed. This method is already being used by a button. Basically, when the user fills in a text field and clicks a submit button they get a lightbox. What I want to do is run this same action, but when the enter key has been pressed. Ive looked into using .keypress but I can only fi...

Regarding highslide lightbox issue

Hi, I am trying to open a page with onclick as below HTML <a onclick="loadwave(44,33)" href="javascript:void(0);"> wow its working pretty</a> Javascript function loadwave(qid,wid){ url= gSitePath+'question/forum/?qid='+qid+'&wid='+wid; return hs.htmlExpand(url, { outlineType: 'rounded-white',wrapperClassName: 'draggable-head...

SCORM in lightbox/iframe gives an "empty" SCORM on Firefox browser

I'm trying to show a SCORM object into a lightbox-like plugin. I've tried few jquery scripts (topup, prettyPhoto) and squeezeBox for mootools. I can get the SCORM working only in Chrome and Safari but not in Firefox, where it shows only the left navigation bar. Any idea? ...

Apply jQuery to created elements

Maybe kind of a stupid question, but i'm a beginner in jQuery and i'm trying to make a lightbox with a form in it. So far so good, but now i want to make a validation on the created form, but that's the problem. I create the form via the following method: $("a").click(function(){ if(this.rel == "box"){ $("body").append('').append...

Can't get any jQuery lightbox plugins to work - been using fancybox

I've always used fancybox before but now it keeps saying it isn't a function and of course my links to the images don't show up in the lightbox like it should. Here is some source: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <script src="http://code.jquery...

lightbox like script cross-domain iframe in firefox

I'm looking for a lightbox-like script that can open a cross-domain iframe in Firefox. I tried several scripts and Firebug says that it's not possible to get Window.frmResource property. Thanks in advance ...

php+mysql embedded image/video gallery

Hi all! I need image (optionally: +video) gallery, in which only administrator can upload files/create folder/delete files, it can generate thumbnails and can show images like fancybox/lightbox/etc. No Coppermine/4images or other similar to those... I like it tiny =) ...

How to use multiple jQuery Plugins in one File

I have to use jcarasoul and Lightbox plugin both together in a file of php. the Jcarasoul is working fine for the light box all paths are correct but it always says that $("#gallery a").lightbox is not a funtion. Same as for fancy box or how do I can use Lightbox2 of prototype with jQuery. I used the below for no confliction var $...

Open MilkBox outside of an iframe

I have a page with content loaded in via iframe, and the pictures within the content area open up in MilkBox, similar to LightBox. Here's the URL so you can check it out: http://interplay2010.com/ Under the Media section, the pictures open up within the iframe. I would like the pictures to open up outside the iframe, but I have no idea...

Text editors are not working in javascript div pop up

Hi, when i try to integrate the social engine with ckeditor ( social engine style is pop up update ) i load the ckeditor in the pop up but it does not focusing the text area i think the javascript files are conflict with each other is any one kanow please tell me the solution ...

JS Lightbox for pictures which I want to link to the article the picture is from

Hey guys, I'm using WordPress as my CMS and I just downloaded a Lightbox plugin for a photo gallery on one of my pages. It works exactly how I want it to, except for one thing. After clicking on a thumbnail to get the photo enlarged with a lightbox effect, I want to be able to click on a link to take me to the main article where that p...

centrally positioning div is not quite central

I have my site's main content which is centrally positioned (see div#wrapper), as it's width is 800px. position absolute, left 50% and margin-left is -400px. works perfect . my lightbox however (click on Client or Guest tab), is not positioning centrally. I've looked at Chrome Developer Tools and Firebug, and can't see anything wrong wi...

Issue applying DD_belatedPNG png fix on images within a lightbox (IE6)

I am trying to invoke the DD_belatedPNG fix on images within a lightbox once it has been called. Okay, so that's easy enough with colorbox: $(el).colorbox({ ... onComplete:function(){ DD_belatedPNG.fix('#product_pop .fixme'); } }); This works fine, and the pngfix is applied BUT it only works the first time the lightbox is ca...

Prototype light box removes swf

Hi, I have a web page which has a swf in it and prototype light box. When you play the swf it works fine, but when I launch the lightbox you can see the swf disappear. Then when the lightbox is closed the swf doesn't work as it should. Anyone come across this before and know of a fix? seems to only affect IE7. Thanks, C ...

Primefaces lightBox problem

I have created a page with primefaces where I use the Lightbox component. I use it in a dynamic matter as I create tumbnails on the fly with a servlet call. The first page shows up nice and the lightbox works as expected but when I load a new set of pictures for the next page the pictures are shown but when you click on it, it just sho...

Lightbox: link to an image set without an <img> tag

I have a set of Lightbox images that load as thumbnails on the page dynamically from Drupal. It's working fine. However, I'd like to have a seperate 'View Slideshow' button on the same page that opens to the first image in the set, without having to reference the first image with the img tag, etc, as the image will change from time to t...