I have a simple database bound accordion control that works well. I also have other colorbox modal triggers on the page that work. However, when I include a modal trigger in the accordion header, the link redirects the page rather than trigger the modal box. How can I get the modal to trigger properly?
<link href="colorbox.css" rel=...
All,
Someone introduced me to CeeBox http://catcubed.com/2008/12/23/ceebox-a-thickboxvideobox-mashup/ and I'm just wondering if anyone knows of any sites out in the wild that use this plug-in?
Also, I would like to know if anyone has any opinions on this plug-in or other lightbox clones (i.e., colorbox)? It seems that we now have a pl...
Does anybody know if there is a way to embed a link inside of a Colorbox? So, for example, I have clicked an image and opened up a Colorbox popup, then place a link in the caption to another page? Or just navigating to a different page by clicking on the image?
I'm sure there is a way, but i am a little new with Javascript/JQuery.
It...
Hi,
I am using Colorbox to load some content from an external (but local) file.
The content appears in everything except Google Chrome.
The linke with the event handler attached:
<div id="content">
<p><a id="modal" href="popup.html" target="_blank">link to popup</a></p>
</div>
This is the jQuery:
$(document).ready...
A colorbox is launched with:
$.colorbox({href:'appointments/admin_index'});
Which calls a controller that returns a partial ('admin_new'):
respond_to do |format|
format.html { render :action => "admin_new" }
end
This works in that the colorbox renders the correct partial, however it also causes the main page to partially reload a...
I have a page with file upload form.
<form enctype="multipart/form-data" method="post" action="uploaded.php">
<input type="file" name="my_file">
<input type="submit">
</form>
I need to post results into a modal window created with colorbox jQuery plugin.
http://colorpowered.com/colorbox/
Does anyone know how do do this?
Thank...
I have a colorbox which shows a hidden div when a link is clicked. within the div being shown in the colorbox is a usercontrol. its basically a subscribe to newsletter form that adds them to our customer db. For some reason the button to submit the form will not work in the colorbox, but it will if i move it outside of the hidden div. Th...
http://bit.ly/cwF2cs
user: temp
pass: jumms887
Click on the thumbnail at upper right right above "Gotti Split Verdict."
A MOV files is linked up to that and it breaks Colorbox in Chrome. It works in Firefox and Safari.
When I replace it with a PNG or even a link to YouTube, it works.
Any idea why MOVs break Colorbox in Chrome?
...
I'm trying to get a jQuery ColorBox window to open when a checkbox is checked and I'm having some issues figuring it out. First of all, can it be done with out making major changes to the colorbox.js file? If so, can you help steer me in the right direction on how to go about this?
Thanks in advance.
...
I have implemented a simple scrollable photo-gallery with jQuery Tools.
I then attached the autoscroll behavior to the jQuery tools scroller to create a photo slide-show.
Then I attached the jQuery colorbox to the photo slide-show to provide a larger version of the images.
I'm running into the following problems. I hope I can explain...
Hi, I recently started working on a photoshop-like hue-based color picker in Actionscript 3. Here's a link to the current state of the color-picker : http://dl.dropbox.com/u/4597114/color-picker.swf
Basically, I draw the colorBox (the box on the left) using a nested loop in order draw it pixel by pixel. I did so because I didn't find a ...
Im using color box, i have it working fine, except i don't understand how to add multiple images to the gallery when it is clicked.
Here is the page i am working with:
CLICK the FIRST FLOWER
http://newsite.702wedding.com/las-vegas-wedding-flowers.aspx
But i need 2 images to appear for each flower.
Thanks for your help!
...
I'm building a rudimentary ajax calendar using jquery and colorbox. Here's the link to the site in progress:
http://208.79.237.222/calendar/
When a user clicks on a link in the calendar controls, a script requests that page via ajax and updates the calendar.
The issue I'm having is with the pop up links in the calendar table. When you...
Hi!
I'm having problem running two JS together. I tried a lot of combinations and other solutions taht I found on google.
Here's colorbox:
<script type="text/javascript">
jQuery(document).ready(function($) {
$("a[rel='gal1']").colorbox();
$("a[rel='gal2']").colorbox();
$("a[rel='gal3']").colorbox();
$("a[rel='gal4']...
I'm loading colorbox on page load.
parent.$.fn.colorbox({href: "#inline_example1", overlayClose:false, inline:true,width:'80%',height:'90%', onClosed:function(){} ,onLoad: function() { }});
I want to close the parent window when the colorbox is closed.
Please tell me what should I write inside onClosed function.
...
Hi,
I have 2 close buttons in my colorbox, 1 is the default close button (the X button) and the other is the one I created. I need to know which button I clicked in the onCleanUp event of colorbox. Both of the button can close the colorbox but I need to do something if the button which I created is the one that is clicked.
$(".openBo...
I'm aware there are other questions similar but I just cannot get this to work.
Id like to close the colorbox iframe on the click of a .NET Button form within the iframe.
<script type="text/javascript">
$(document).ready(function() {
$(".del-add").colorbox({ width: "800px", height: "660px", iframe: true, open: true });
});
</script...
Hi,
I can get my colorbox to open on page load, but when I close it and relaunch by clicking the button to open it, it strips the content from the page.
I have looked at the code in firebug and see that there are two 'cboxOverlay' and 'id=colorbox' in the document. They musn't have been removed from the initial one. How do I fix?
Than...
Hello,
Looking to add a PNG Fade at the bottom of the our survey questionnaire box. The short questions won't show them, but for the longer ones with a vertical scroll I would like to add a slight fade at the bottom to help indicate there is more below. The scroll bar should be enough to notify people, but some people need a little more...
hello.
i am using jquery colorbox plugin.
it works fine in FireFox but in IE 8 when i am showing colorbox i can see parent!
i did not change colorbox JS and CSS files.
here is address of colorbox plugin
http://colorpowered.com/colorbox/
I can see Parent After Scrolling down .
I uploaded Picture for more information.
http://img208.images...