Tagged Questions
FancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages.
58
votes
1answer
15k views
fancybox - d.onCleanup is not a function
this is driving me nuts. Iv'e created a simple test page..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html ...
19
votes
12answers
77k views
How to launch jQuery Fancybox on page load?
I would like to launch a Fancybox (e.g. Fancybox's version of a modal or light box) on page load. I could bind it to a hidden anchor tag and fire the click event of that anchor tag via JavaScript, but ...
14
votes
3answers
16k views
Proper way to use JQuery when using MasterPages in ASP.NET?
I have no issues when doing using JQuery in a aspx page without a masterpage, but when I try to use it in pages that have a masterpage, it doesn't work, so I end up putting the jquery files and other ...
12
votes
5answers
23k views
Open youtube video in Fancybox jquery
Can I open youtube video in fancybox.
I have a list of youtube videos links , for ex:
<a href="http://www.youtube.com/watch?v=PvbqV8W96D0" class="more">Play</a>
and fancubox :
...
10
votes
4answers
7k views
Fancybox, getting Fancybox to bind using LIVE() to items being loaded onto the page after load
I have a page that loads and after it loads, it pulls in a list of LIs to populate a news feed.
<li><a href="/url/" class="quickview">quick view</a></li>
<li><a ...
10
votes
4answers
49k views
Using jQuery Fancybox or Lightbox to display a contact form
I would like to use jQuery Fancybox or Lightbox to load a contact form from a standard link in a web page. I have reviewed the documents at http://fancybox.net/example but the closest option is the ...
9
votes
6answers
3k views
Javascript and jQuery (Fancybox) question
Javascript and jQuery (Fancybox) question
I'm using the Javascript function below for Twitter sharing (as well as other services; the function code is simplified to just Twitter for this question) ...
9
votes
7answers
33k views
Open Fancybox (or equiv) from Form input type=“submit”
is there a way to get a fancybox (http://fancy.klade.lv/) or any
other lightbox from submitting a FORM (with an image button)?
HTML looks like this:
<form action="/ACTION/FastFindObj" ...
8
votes
7answers
24k views
jQuery FancyBox Resize
Does anyone know how to resize the jQuery Fancybox during runtime?
When initialising the fancybox I can do this:
$("tag").fancybox({ 'frameWidth': 500, 'frameHeight': 700 });
I am filling the ...
7
votes
2answers
271 views
SammyJS json store demo - how to create modal product popup?
Does anyone have an example of making the product details of the SammyJS json store demo show up in a modal plugin like FancyBox?
Here's the block of code from json store - what do I need to do to ...
7
votes
2answers
6k views
Loading inline content using FancyBox
Well, I'm simply writing this post to hopefully help others that might come across the same issue.
The examples on the vendor website are a little vague and I had assumed the following scenario.
...
6
votes
2answers
2k views
Fancybox problem on iPhone
Fancy box seems to have problems working on iPhone and iPad.
Go here http://fancybox.net/blog and click "5. Display login form Try now" on the page in an iPhone or ipad. The form is not center and ...
6
votes
3answers
496 views
Fancybox not showing streamed image correctly
I've got an aspx page that streams jpeg's. It sets the content type and then writes to the response stream. If I view the images directly they work a treat, but if I use fancybox 1.2.6 I get the ...
5
votes
2answers
633 views
Fancybox requires jQuery 1.3+, found 1.2.6. Error in drupal
I am using fancybox module for image display in drupal 6. and while changing the setting i got this error.
Fancybox requires jQuery 1.3+, found 1.2.6
and they are asking for packed version. and ...
5
votes
4answers
5k views
Fancybox - ASP.NET button not working
I've just determined using Firebug that when Fancybox window is created it actually takes all of my ASP.NET controls (contained in DIV tag) and puts them outside FORM tag. So I guess this is the ...
5
votes
9answers
12k views
FancyBox iframe returns parent.$ as undefined (using WordPress)
I'm trying to close FancyBox from within the iframe, but parent.$ is always undefined.
This is my iframe JavaScript:
<script type='text/javascript'
...
4
votes
1answer
221 views
how can I create a fancybox confirm box for ajax delete Rails 3
I would like to us Fancybox for confirm messages before a user deletes something.
I am a NOOB so not sure how to stop an ajax request to delete something stop and wait for a user to click 'confirm' ...
4
votes
1answer
161 views
fancybox doesnot load the content properly
So I am appending a div to the body and this div will popup on click of on image a tag actually. To achieve the body overlay effect, I am using fancybox. However I am able to append the div to body, ...
4
votes
1answer
253 views
Javascript/Fancybox Error?
On my page I have 6 boxes below a main image that uses JS to have a nice fade in effect. On this page I also have Fancybox Load at the start of the page (using onload) to show an image that the user ...
4
votes
2answers
2k views
Remove drop shadow from jquery fancybox 1.3.4
Is there a way to remove the drop shadow effect?
I deleted the drop shadow images but the shadow is still there...
Thank you
4
votes
3answers
2k views
Fancybox - Ajax Image Gallery
I have a custom image gallery which populates a div with thumbnails, each contained in a fancybox group.
When you click one (it opens in fancybox) and you can press Prev/Next to cycle between images ...
4
votes
5answers
3k views
To close fancybox from child window?
parent link:
<a href="feedback.php" id="feed">Provide your feedback here</a>
jQuery code to initiate fancybox is...
$("#feed").fancybox();
codes in feedback.php...
...
4
votes
4answers
4k views
Fancybox popup + JSVideo HTML5 Video - Why do i lose my controls?
I'm using JQuery plugins Fancybox and JSVideo, ultimately i want a video to popup via fancybox and have the HTML5 video play in that popup
I have this working - the only problem is that the video ...
4
votes
2answers
66 views
the index value of attribute
I am using the following code
...
...
for($i=0; $i<90; $i++){
?>
<a id='read[<?php print $i; ?>]' href="<?php print $textToshow; ?>"> Text Shown</a>
<?php } ?> ...
4
votes
4answers
1k views
$.support is undefined
$.support is undefined error when trying to use fancybox with jquery? Never seen this before?
Could it be due to conflicting jquerys?! Any ideas? Jquery is defiantly being run as the other elements ...
4
votes
3answers
697 views
Which jquery overlay library is best?
I've used lightbox and fancybox quite a lot but never really seen any reason to choose one over another. There are also a whole bunch I have not used like these ...
4
votes
3answers
3k views
Use jQuery Fancybox(lightbox type dialog) with dynamically loaded links
I'm trying to bind Fancy box links so that when the new links are created it will still work. I've seen a few other question on here but not really answered. This is what I'm trying to do.
...
4
votes
7answers
23k views
close fancy box from function from within open 'fancybox'
Hi all i want to be able to close fancyBox when it is open from within.
I have tried the following but to no avail:
function closeFancyBox(html){
var re = /.*Element insert complete!.*/gi;
if( ...
3
votes
1answer
126 views
How to get fullscreen video on jwplayer when using with fancybox
How do I go about getting fullscreen video on jwplayer when using it with fancybox? Right now I have fancybox opening up a div that contains jwplayer embedding and it works fine, the video plays when ...
3
votes
2answers
121 views
fancybox 2 and form with response in same page
I'd like to use Fancybox 2 with jQuery to open a page via Ajax, form_page.php and then get the response in the same fancybox window...
I use this as js:
$(document).ready(function() {
...
3
votes
4answers
736 views
TinyMCE & Fancybox - editor won't work on 2nd view
I've added TinyMCE to my project, and am using it on a text area which pops up in a fancybox. The first time I action it, it works fine, but if I then close it and try to open it again, it doesn't ...
3
votes
1answer
1k views
fancybox iframe IE rounded corners
I've tried a couple of solutions to get rounded corners for a fancybox iframe in IE with no luck.
DD_roundies and PIE.htc don't seem to do the trick.
Did anyone find a solution that works?
Here is ...
3
votes
2answers
3k views
fancybox - passing variable back to parent when fancybox window is closed
Hi i was wondering if it is possible to pass back a variable from fancybox child to parent once child is closed?
Any info is muchly appreciated.
Regards,
Phil
EDIT **
function cleanUp(){
var ...
3
votes
1answer
2k views
Display PDF in Fancybox or other lightbox
HI I was wondering if there is a way to display a pdf in a light box, preferably Fancybox.
I have this page set up
http://smrtbrand.com/guidance/
If you click on new born shopping list I have it ...
3
votes
2answers
4k views
Fancybox is not a function
Hello I am using the jQuery plugin fancybox to display bing maps when somebody enters an address into a textbox and hits the submit button beside it. And a fancybox is loaded and a map for that ...
3
votes
1answer
609 views
recaptcha within modal window (fancybox)
I am trying to load a form through ajax within fancybox. It works great, everything works fine.
I used the recaptcha (rails) plugin and got the captcha on the form. Now when the fancybox loads, its ...
3
votes
1answer
425 views
jQuery Fancybox doesn't wait for AJAX content to load before determining its dimensions
I'm using Fancybox to load some content with AJAX.
Content:
<div class="container">
<h2>An image</h2>
<div class="span-16 colborder center clearfix">
<img ...
3
votes
5answers
7k views
How to position fancybox on top
How to position the fancybox 100px from top by default it is center aligned.
I believe there is no api settings for that. Can anyone help me out in doing it on the actual script.
3
votes
1answer
413 views
Problem with FancyBox
I installed a pop-up slideshow gallery using FancyBox /example), which lets you add a caption under the pop-up image, using the title tag.
Unfortunately, when you hover over the thumbnail, the title ...
3
votes
1answer
1k views
Fancybox problem when changing the href on ie 7 and 6
In my work i changed the dialogue boxes for fancybox, all went dandy, even with minor problems, such as making it run on pageload, but nothing that i could not managed.
but now, I am facing a ...
3
votes
2answers
5k views
How to determine when fancybox is open?
I need to know that fancybox has been open up that to allow or deny another function to start.
Build-in functions Fancybox like 'onStart' or 'onClosed' not work.
I'm talking about version 1.3.0 RC2
3
votes
2answers
2k views
jQuery not working in IE 7 and Chrome
Okay, I have enough code that I probably shouldn't post the code directly, but I'm not sure where the problem lies within it.
The page in question is at letterlyyours.com/design.php. How it's ...
3
votes
2answers
3k views
Trigger fancybox with hover instead of click?
I'm trying to get fancybox to trigger when the mouse is hovered over a link.
Have had no luck though... any suggestions?
$(document).ready(function() {
/* This is basic - uses default settings */ ...
2
votes
1answer
49 views
Jquery - fancybox
I'm using Golive for my sites and Fancybox works good.But I have problems if in the same page (html or jsp pages) I put fancybox for my gallery AND Menumachine code for my menu.
When I put this code
...
2
votes
1answer
56 views
fancybox: opening external child page loads parent page behind it
I have pages with articles. When someone clicks on them from an outside source how can I make that article pop up in fancybox and have the index page as the parent page.
I have my pages set up in ...
2
votes
4answers
51 views
Fancybox PDF issue in Firefox
I have Fancybox set up so that when a user clicks on a pdf link it displays the pdf in a pop up, however in Firefox it asks if you want to save or open the file and I don't want this. How can I force ...
2
votes
1answer
49 views
Cant get fancybox to work
Im trying to work with fancybox 1.3.4.
All that happens now is that I get an error:
d.onCleanup is not a function
and if the error doesnt come it will just open the image in a new tab.
I followed ...
2
votes
1answer
86 views
How to unbind fancybox from a selector
I have an anchor link with a class which identifies it to be called on fancybox.
example:
<a class="group">some code here</a>
Fancybox binding:
$('.group').fancybox();
If I want to ...
2
votes
1answer
123 views
jQuery FancyBox not working after altering DOM
We are using Fancybox to provide a lightbox for our image gallery.
We have a ul with class 'images'. Each list item contains an anchor tag and an image inside of it. The anchor tag contains an href ...
2
votes
2answers
76 views
Keyboard buttons like “Enter”, “Space” and “Backspace” are suppressed
In fancybox container I've loaded the form with textarea field and some input fields in it. The input controls and textarea are working, but when I press Enter or Space or Backspace on my keyboard, ...