Top "Colorbox" questions

A light-weight, customizable lightbox plugin for jQuery 1.3.2+.

Colorbox: Calling colorbox.close

I'm working on a project that uses the velocity templating system, so the $ character is reserved, and cannot be used …

javascript jquery jquery-plugins colorbox
jQuery / Colorbox - create a separate link to open the colorbox?

I'm trying to open a jQuery Colorbox from a link outside the rest of the colorbox images. So, all of …

jquery colorbox
How to make Height Auto on Colorbox?

I'm using a jQuery plugin called ColorBox and basically it creates a jquery modal however the modal has a fixed …

jquery height colorbox
How to create a color picker in html?

How to make a color picker, like we see in different websites where users can scroll down different colors and …

html colors colorbox color-picker
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 …

jquery lightbox colorbox
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: …

javascript jquery colorbox
Issue Implementing Colorbox Correctly in IE (all versions)

I've been pulling my hair out (and going way over allotted hours) to try and figure out why Colorbox isn't …

jquery internet-explorer css modal-dialog colorbox
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. …

jquery colorbox
Add jQuery colorbox plugin to a dynamically created element

The usual way to assign color box functionality on a link is like this: $("a.colorbox").colorbox({ transition: "elastic" }); Newly …

jquery anchor colorbox
Resize Colorbox on window resize

Colorbox seems to be well suited "out of the box" for responsive design. I'm overriding the default dimension settings with …

jquery resize window colorbox