fancybox

jCarousel and Fancybox

Hi. On one of my content pages, I'm using the jCarousel and Fancybox JQuery plugins. The problem is that only one of them works at a time, so I think there must be a conflict. This is the code used: <script src="js/jquery.jcarousel.min.js"></script> <script> jQuery(document).ready(function() { jQuery('.showcase').jcarousel({ ...

Using Jquery Fancybox resize() function within an Iframe?

Hi, I am a beginner with Jquery and I am using Fancybox (type: iframe) within my PHP application. Within the iframe, there is a form, once the user has filled & submitted the form, the Fancybox should resize so as to accomodate the data which will be relayed back once the formdata has been processed. And I would also like the main pag...

FancyBox breaks input submit code behind click event

Hi guys! Not using forms!! Scenario: 1. 3 divs - div 1 and 2 display: block, div 3 display: none; User clicks on Edit - div1 and 2 display: none, div 3 display: block In div 3 i list all the articles the user has written (repeater). While repeater items are created i also create in hidden placeholder divs with textbox:header, textbo...

show image onclick javascript

Hi, How can i load the original image when the tumbnail version of the image has been clicked? Im using ASP.NET in combinaton with javascript. The original images are big, so they have been scaled on server side. This makes the site load faster. But somehow, both versions (original and tumbnail) of the images are being downloaded. I'm...

jQuery fancybox url

Hi Guys. In my HTML I have the following situation: <a href='product-enquiry.php?product=SR1'>Enquire about SR1</a> This then sends a user through to a separate page where the product ID (in this case SR1) is passed into a input field: <input type='text' value='<?php echo $_GET['product'] ?>'> I would prefer to use fancybox to bri...

Strange jQuery issues together with FancyBox and Youtube!

Me and a friend did some trial and error yesterday about adding youtube support to FancyBox popup. The code is; jQuery(document).ready(function(){ jQuery("a.youtube").click(function() { jQuery.fancybox({ 'padding' : 0, 'autoScale' : false, 'transitionIn' : 'none', ...

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...

Custom fancybox - can't click link in title

I've created a custom Fancybox implementation that displays the title on the left-hand side of the image. The problem is that inside any galleries, links inside the title of the image can't be clicked because the fancybox-left link sits above it and blocks the click. You can click the first link in the gallery because the left button doe...

Fancybox won't load inline content.

To make things easy, here's the site - http://schnell.dreamhosters.com/folio/pixelread.php View the source code all you like. The middle button of the top bar in your browser window that says "Palette" is supposed to open up a fancybox in the middle of the screen, and that box should load into it the data inside the element with id of ...

jQuery Fancybox contact form not submitting

I've set up a Request for Callback form that pops-up when a use clicks a button link, using Fancy Box. However, when the form is filled out and 'Submit' is clicked nothing happens. The contact form is linked with a form action to /success.php. This page has a script that should send an email notification to the site owner and this scrip...

IE6/7 Freezing during jQuery AJAX request

I'm using the following code to call in some html, and display it. Most browsers seem to handle it fine, but IE6 and 7 freeze up. Unfortunately, the request can sometimes take more than a few seconds, so the delay is noticeable. I'm also calling Fancybox on success, so that the returned html can have a link that launches a modal window....

Jquery Fancybox

I use fancybox to zoom in images, how do I count the image views? ...

jQuery Fancybox use function to cut down code...

Hi, I'm using Fancybox to open a number of links from a menu and I wondered if there's a function to do this instead of writing out each one. I'm using: $("#linkID").fancybox({ 'padding' : 0, 'autoScale' : false, 'transitionIn' : 'fade', 'transitionOut' : 'fade' }); And I was trying to use: $(document).ready(function() { functi...

Fancybox Inline content Modal Window Not Displaying

I'm very experienced with Fancybox, great plugin, but I can't get it to display my inline content. According to the documentation you are supposed to use a div with style="display:none"... I've got that and I know the plugin is working, verified that all scripts are loaded and also the Fancybox overlay works when clicking the link, but ...

fancybox prevent close click outside of window

I am trying to prevent fancybox window from closing when the user clicks outside of the fancybox window. I am using fancybox Version: 1.3.1 on IE7, I have tried the following but I have yet to succeed. Any help is very much appreciated. http://stackoverflow.com/questions/2115234/on-fancybox-1-2-6-close http://stackoverflow.com/question...

Cufon text overlays Fancybox

Hi. I'm using the Cufon library to display some text on this page. If you look (via Firefox 3.6.x) at the section called "Thank You Gifts" and click the text in that area, you'll see a Fancybox (ver. 1.3.1) pop up. When it pops up, I have to hide the Cufon text title of the section or it will overlay the Fancybox. How do I fix this so ...

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 ...

Content changes in fancybox div only appear after closing and re-opening

Hi folks, I have a form which displays in a jQuery FancyBox div with id "mcform". When a button is clicked I call this function: function postit() { $.ajax({ type: "POST", url: 'listSubscribe.php', data: "fname=" + $("#fname").val() + "&lname=" + $("#lname").val() + "&email=" + $("#email").val(), success: fun...

jQuery Fancybox options being ignored

Hi, on the site I'm working on I have a fancybox that triggers when the page loads that displays the contents of a hidden <div>, but for some reason any options such as height, width etc are getting ignored. I need to be able to use the 'callbackOnShow:' option as I need to have some click() functions within the fancybox. My code is as ...

Images in fancybox go out of frame in IE

Fancybox works properly in all other browsers. Only IE can't show it properly. The problem is clearly illustrated in the following screenshots: http://img840.imageshack.us/img840/481/subscreens.jpg I can't figure this out. IE seems to work fluently on fancybox original website's examples. ...