Tagged Questions

A light-weight, customizable lightbox plugin for jQuery 1.3 through 1.6

learn more… | top users | synonyms

14
votes
9answers
23k views

how to close colorbox within iframe?

i have a page manageGroup.php, where user can also add member to group. I used colorbox to show the addGroupMember.php. Now i need to close that colorbox once i have done submitting the form. ...
8
votes
7answers
19k views

Close ColorBox iframe after submit

I'm using jQuery ColorBox to show a shopping cart item. When a user enters the quantity in the iframe and clicks on the submit button, I want the iframe to close and main window (parent) to be ...
8
votes
10answers
16k views

How can I dynamically resize the jQuery Colorbox plugin?

The AJAX content loaded in a Colorbox has some JavaScript included that resizes things within the content. Colorbox determines its sizing based on the sizes before all of the AJAX happens. How can I ...
7
votes
4answers
1k views

Colorbox in IE8 throwing a wobbly

This problem occurs in Firefox and Chrome, but Safari is fine. IE8, however, in compatability mode or not, doesn't load the overlay over the top (it just sits at the top, scrolling the content down - ...
6
votes
2answers
2k views

colorbox + asp.net button wont postback

I'm using the colorbox modal plugin (http://colorpowered.com/colorbox/) I've got a simple form sitting in a master page, for some reason I cannot get the submit button to post back, it doesn't do ...
6
votes
2answers
6k views

Colorbox - removing the close button from a specific window

I'm using the colorbox plugin to display messages on my web page. One of them is a "wait for response" message, and I don't want the user closing it by himself. I know how to unbind the ESC key, and ...
5
votes
2answers
39 views

Load scripts along with content in ajax

I am loading a set of images from another page using jquery load() function. I want the images that are loaded to be able to trigger the colorbox script but it is not working. I have all of the ...
5
votes
3answers
457 views

Colorbox not loading properly in IE

I have found a solution but it is not the best so I am still looking for a solution. See my answer for what I have done. UPDATE - My error persists as describe below BUT if I open IE's Developer ...
5
votes
4answers
10k views

How to use the lightbox plugin colorbox?

I want to show the contents of a hidden div in a light box when the page loads. How can I do this with color box? What I'm not understanding: Do I need to use their CSS files? Which ones, where is ...
4
votes
1answer
384 views

jquery thickbox reference problem

Completely restated my question: Problem: Losing reference to an iFrame with Mozilla firefox 3.6 and 4.0 More info: - Works fine in internet explorer 8 64-bit and 32-bit version. How to reproduce? ...
4
votes
3answers
1k views

Colorbox doesn't open at proper height when first opened

So I'm using the colorbox plugin for a contact form. I am just the default colorbox properties, so it should automatically adjust to the div it contains (right?). Well There is a small vertical ...
4
votes
2answers
1k views

Disable Esc close for colorbox

I'm using the colorbox plugin for jQuery. I know I don't have to have a close button, and overlayClose: false will prevent the window from being close by clicking the overlay. Is there a way to ...
3
votes
2answers
53 views

ColorBox Onclose function not working

I am trying to open a new colorbox window when one is closed. I'm using this code: $(".inline").colorbox({ inline: true, width: "50%", escKey: false, onClose: function() { ...
3
votes
1answer
94 views

100% Fullscreen Colorbox (jquery lighbox) scroller does not replace or cover scroller of base layer

In the following paragraphs I present the problem of having two scrollbars next to each other when I engage a fullscreen lightbox. A scrollbar for the base layer (initial html) and a scrollbar for the ...
3
votes
1answer
103 views

How do I debug a custom Colorbox installation for Magento

I wanted to have a Colorbox (http://jacklmoore.com/colorbox/) lightbox that would display product images in a mini gallery for static pages. I installed colorbox onto Magento: JS ...
3
votes
1answer
66 views

Javascript debugging issue with colorbox

Ive recently been making structure and style edits to http://washingtongraphic.com/logo-design.html and found that the colorbox plugin no longer works. When you roll over each logo, it should pop-up ...
3
votes
3answers
409 views

focus() doesn't work inside colorbox pop-up

I tried to use focus for first input field on the form. but it doesn't work. when i call attr("id") for that input it worked as well. but when i call focus for the same input I didn't see any ...
3
votes
1answer
640 views

jQuery Colorbox: Outside HTML (AJAX) How to close on button click of child window

In page 1(first.aspx) I am using ColorBox to show a model popup where I am showing another HTML page inside that (outside HTML - AJAX). I want to add a button to my second page and when a user clicks ...
3
votes
1answer
758 views

Colorbox content not scrolling on mobile safari

Good Evening, I created a website using the thickbox where it displays a calendar and one of the problems that has surfaced is the content will not scroll on iPhone type browsers. I have tried to ...
3
votes
4answers
698 views

Loading external page (containing ajax) via ajax

I have a working webpage which just displays external html files inside a div (using ajaxtabs.. based on which menu item is clicked). This whole setup is working fine, but one of the external html ...
3
votes
1answer
211 views

jQuery Cycle Slideshow stops workring with 3+ photos

I have a slide show with Previous and Next buttons that works fine with 3 <li>'s but once I add a Fourth (or more) the next button and previous button don't show up, and they don't work (even if ...
3
votes
2answers
2k views

How do I use colorbox to show hidden divs on my page without hardcoding?

I'm using Colorbox to show the html content of hidden divs on my page. I can get this to work perfectly with the following: $("a.colorbox").colorbox({width:"600px", inline:true, href:"#344"}); ...
3
votes
3answers
3k views

colorbox (which uses live) not rebinding after jQuery ajax call

I have a list of elements that I am loading via ajax (using jQuery's .load()). Each of these elements has an (edit) link next to it that lightboxes (using colorbox) a little edit form. When the ...
3
votes
2answers
717 views

How can I get Colorbox to appear in a div?

At the moment I've got Colorbox setup so that it starts automatically when the page loads, but I need to place it in a div on the page, instead of hovering in the center of the page. How can I do ...
3
votes
1answer
438 views

Group a collection of elements in Colorbox

I'm using the colorbox plugin and I'm trying to group a collection of elements. I doing something simliar the basic grouped photos in the examples (click any of the grouped photos). Instead of using ...
3
votes
2answers
236 views

How to display ui timepickr on front using z-index?

Inside colorbox, I am using timepickr. The problem is timepickr content cut down at edge of colorbox due to overflow: hidden. Here I pasted some code, // javascript code written by me ...
3
votes
1answer
1k views

How do I load new pages into my current jQuery colorbox?

I'm having a bit of trouble loading pages into an already-existing colorbox. I have a colorbox opened by clicked a link that is bound by the following code: $("a.ajaxAddPage").colorbox({ ...
3
votes
3answers
177 views

using jquery on child page

if i load('mypage.htm') into <div id="placeMyContentHere"> do i need to put JQuery in "mypage.htm". I'm using color box ( of light box ike) on my child page. If i add jquery.js & ...
3
votes
5answers
5k views

Why is document.body == null in Firefox but not Safari

I have a problem with a page where I am trying to get colorbox (a kind of lightbox for jQuery) working. It doesn't work apparently due to the document.body being null in FireFox (3.5.3). This is not ...
2
votes
2answers
41 views

optimizing colorbox and adding extra jquery

I have two problems I am trying to open a jQuery colorbox and it is very slow. The reason is I am trying to get html content from a different page (I cannot use iframe because I just need a part of ...
2
votes
1answer
83 views

How to get actual image width and height after load in colorbox plugin?

I open a MVC view in colorbox. That view loads an image on which I let user add annotations. Before my annotation plugin works and render the canvas, I need to know the width and height of the image ...
2
votes
1answer
140 views

Call colorbox from URL using javascript

My goal is to open a media asset in colorbox according to the URL I specify in my address bar. Topic has been discussed enough on the web but I can't seem to get it to work using a url with ...
2
votes
2answers
37 views

jQuery - cant get scrollbars to show in Colorbox

I have some inline content popping up in colorbox but on smaller screens some of it gets lost. I set the 'scroll' option to true in the colorbox script file, but it still doesnt want to work. ...
2
votes
1answer
138 views

Wordpress+SmoothDivScroll+Colorbox : Include a permalink for each of the respective image in colorbox

I have this photo gallery http://lifelistchase.com/japan-photo-gallery Each image is uploaded and inserted as a wordpress post. Thumbnails (the_post_thumbnail) are displayed with SmoothDivScroll js. ...
2
votes
1answer
145 views

How to use no conflict for two types of jquery scripts

I am not a jQuery person, wish I was. I have fiddled with no conflict, but it still lets only one of the scripts work at a time, not both. I am using a scroll to jquery script and colorbox (like ...
2
votes
3answers
63 views

jQuery, Colorbox, jQuery syntax in parameters

I would like to do the following however it does not work. Again I'm sure it should be simple but I cannot get it to compile. $(".villa-caller").colorbox({ innerWidth: "850px", innerHeight: ...
2
votes
1answer
39 views

Changing an image when a lightbox is triggered

I am using colorbox to display a lightbox. The lightbox is transparent and the image needs to be swapped for another image when the lightbox is triggered. How do I do this? Here is the HTML: ...
2
votes
2answers
131 views

Resizing colorbox after loading HTML content into a DIV

I've ventured to any and all of the posts here about colorbox resizing issues, div properties and numerous other things! Anyway, this very VERY simple piece of code is driving me up a wall and I ...
2
votes
1answer
118 views

How to refetch fullCalendar(jQuery plugin) from colorbox iframe?

My question is how to refetch events to fullCalendar from an iframe? The calendar is on the main page, and the user can edit the calender trough a colorbox popup (iframe). When the user saves the ...
2
votes
1answer
128 views

Colorbox in IE - loading external page, tries to download content, not play

Simple project: http://mannyllerena.com/ When you are in IE and click on "Live Interviews" it prompts you to download the media rather than allowing it to play from the called URL... More of a ...
2
votes
1answer
238 views

colorbox refreshing parent window without closing popup

I am using colorbox for showing pop ups. Is this possible to reload parent window without closing pop. I mean I want to do actions/events in the pop up and the changes should be displayed at parent ...
2
votes
2answers
307 views

Colorbox IE7 height issue

I'm having an issue that only occurs in IE7. Through a JavaScript function, I launch a colorbox. I define the height and width in the parameters. IE7 seems to render the colorbox 40px shorter in ...
2
votes
6answers
110 views

Can we invoke click function on div class using javascript

I have implemented colorbox functionality on a div class using <script type="text/javascript"> $(document).ready(function(){ $(".exampleclass").colorbox({iframe:true, open:true, width:"50%", ...
2
votes
1answer
273 views

colorbox not working

I am tring to add colorbox to the "Keep up to date box" at the bottom of the pages of this site so that the form pops up http://www.hadleygreenclothing.co.uk/index.php When you click it you get k is ...
2
votes
1answer
151 views

Adding div below images in colorbox

Use PHP and jQuery, currently displaying a slideshow of images with Colorbox. I would like to include a DIV below each image (that is updated when each image is displayed with new content). Could be ...
2
votes
1answer
521 views

Vimeo fullscreen not working on jquery colorbox

I am using jquery colorbox to load images/ videos. But I have this vimeo fullscreen problem with it. The fullscreen works fine on colorbox as I only have to provide the link like this, ...
2
votes
2answers
1k views

Jquery colorbox, close colorbox after form submitted

Using colorbox: http://colorpowered.com/colorbox/ Im using this to open a window up using the iframe function in colorbox. In the popup window/iframe I have a form. What Im trying to achieve is ...
2
votes
2answers
263 views

AJAX loading of outside HTML content works perfect on localhost but not on server

I am trying to render content generated by a php file in [jQuery Colorbox][1] through AJAX in my WordPress site. The PHP resides on the same server in the same domain. It works perfect when I run it ...
2
votes
2answers
555 views

ASP.NET Form Fields Not POSTing from colorbox

I've got a form that is displayed inside a jQuery colorbox. When the form is submitted, the fields within that form are not being posted back to the page. I modified the javascript to store the form ...
2
votes
2answers
350 views

Colorbox not opening to desired width and height on first click

I'm using colorbox with ajax to pull in html files. When I click the link to load colorbox the first time the width and height of the popup are way to small and won't show the images and divs inside ...

1 2 3 4 5 12