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 lightbox is closed I use the onClosed callback to reload the ajax list to show and changes made during the edit.
The colorbox call looks likes t...
I have a swf that opens up inside a colorbox window. When the video finishes playing, I make an externalinterface call to a javascript function to close the colorbox.
I'm trying to execute the following AS3 code:
ExternalInterface.call('parent.$.fn.colorbox.close()')
I can't seem to get this to work. The colorbox won't close.
I also ...
Hello Community,
I am Using Colorbox for a Pop-Up that loads when the page loads. The Pop Up Calls an ASP page with 1 Image, and 1 Button that launches a Chat Window.
I got it to work on my local, but when I go remote the images dont appear (all the file paths are correct it looks like). The functionality is there and you can click on ...
Hi,
http://www.44db.com/demo/carousel_photos/
I'm facing the following behavior. Click on an image, colorbox opens fine! When closing colorbox either by clicking outside the overlay or by clicking on the 'x' close button then on the carousel items if you notice the div items moves a little bit on the left. This happens only the first ...
I want to open a dialog box from inside colorbox. Which dialog plugin works well within 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 ...
I need to open an iframe (Frame 1) and from frame1 i need to open frame2 using jquery colorbox.
I have used the following script from a page to open frame1:
function ViewUser(Id) {
$.colorbox({ href: '/user/View/' + Id + '?popup=1', iframe: true, width: "100%", height: "100%", title: 'View User', overlayClose: false, escKey: fal...
Hello I am using colorbox and jquery form (http://colorpowered.com/colorbox/) I am simply stuck on what do next. I am trying to use jquery colorbox to unhide a DIV to show password box in the colorbox. I took out some of the relevant scripts to make the code more readable
and increase my chance of receiving help.
This is the javascript ...
$(document).ready(function(){
$('#rest').colorbox();
$("#cboxClose").click(function(){ $.fn.colorbox.close(); });
var cboxClose = $.fn.colorbox.close;
$.fn.colorbox.close = function(){ if(confirm("Are you sure?")) { cboxClose(); } }
});
this code close my jquery colorbox when i confirm the dialog, but if i click on cancel (!confirm) it...
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"});
This will show the div with the ID of 344.
However, because I'm trying to build a scalable and dynamic page with WordPress, I want to be able...
I have a form on a webpage. When the user enters input into form, and hits Submit, I would like colorbox to pop-up with the results page.
Any ideas on how to go about this?
I'm thinking that I have to convert the form data into a get string, put that on the end of the url to open, and then send that to colorbox. Is that the right way t...
The problem is in the difference how browsers implement simple calls. The problem occurs while using colorbox extenstion (facebox variant). Content is loaded into colorbox with jquery load() function.
When the call is made by Chrome, Accept header is set to:
Accept: text/html, */*, text/javascript
In case of FireFox, header looks lik...
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...
hi friends i have i am showing some data via ajax on my page when ajax complete and i click on view info the colorbox is not working but i show the data without ajax and i click on the colorbox link its working and opening
why javascript is not working when data comes via ajax
thanks
$.ajax({
url: "remote.php?act=ShowContacts&id="+i...
Hi, I have a gallery setup to find the next span, this works, but the
gallery navigation(next/previous/imageclick) is not passing the
callback.
$("a[ rel='gallery']").colorbox({
onLoad:function(){
$(this).next('span').show().prependTo($('#cboxContent'));
$('span').addClass("current");
}
});
I tried somet...
Hello,
So in colorbox photos can be grouped together to form a slideshow, I would like to be able to use divs as the content of the slideshow instead of images. Is that supported?
Javascript code:
<script>
$(document).ready(function () {
$("div.colorbox").colorbox({ width: "50%", inline: true,slideshow: true, href: funct...
I don't know if this is to do with Raphael, ColorBox or jQuery. Here's my the relevant code:
var image = paper.image(p.url_, tx, ty, img.width, img.height);
image[0].style.cursor = "pointer";
image.node.onclick = function() {
$.colorbox({
title: "Some Random Title",
href: function() {
$.post("test.php", {...
Hello!
The Question:
I would like to use the slide-show I currently have in place BUT with the option of clicking the image to enlarge. Enlarge would use a lightbox (you know, all fancy pants style)
Here is the page I am working with as an example:
http://newsite.702wedding.com/valley-of-fire-weddings.aspx
The slide-show is on the ri...
I'm using the colorbox plugin for modal popups. It's working nicely, but there's a main thing about it that seems wrong.
I have a form that pops up, and on submitting (or clicking a link) in the form, this might open another "colorbox" modal. It works smoothly, but there's one thing that bothers me.
As it is, colorbox seems to wait unt...
Hello,
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 they were invisible). Any ideas?
The Sample Page is:
http://newsite.702wedding.com/las-vegas-wedding-packages.aspx
using jQuery Colorb...