Hello,
I'm using two popular plugins with success for the most part:
http://www.trendskitchens.co.nz/jquery/contextmenu/
http://fancybox.net/
They both work fantastically. However, I cannot seem to get context menus working inside a fancybox. The normal right click menu is suppressed, so I'm led to believe there is a z-index clash som...
Hi. I need to replace all the HTML5 video tags on the page with their poster image that has a click event attached; the click event launches a Fancybox containing that video tag. Anyone know how to do this with jQuery? Thank you.
...
I am using the code that I will post below. I generates the password and works fine. Only problem is that it shows me the regenerated password in the alert box. I want to echo it on the screen. how can I do that. Thanks Using jQuery fancybox and php
$.ajax({
type: 'POST',
url: '/processPassword.php',
data: 'newPass...
Hi,
In jQuery FancyBox, I need to increase the width of the element #fancybox-wrap by 10 px. What is the easiest way to achieve this?
Thanks.
...
Hi all,
When setting a style at #inline2 hiding it, Fancybox will appear empty on click. In addition the #inline2 element can be seen in Fancybox when there's no style hiding it. Though this example is copy'ed directly from the various examples on the official Fancybox site. See Various Examples at http://fancybox.net/home.
Someone pl...
Hi. I'm using the Fancybox on this page: http://bit.ly/9T4LPC
I've set it to show the videos in the top carousel in a Fancybox only
if the browser is Safari/iPad. If you click one of the videos in the
top content carousel, you'll see some extra lines outside of the
Fancybox. Plus, you'll see that the title item (set to titlePosition:
"o...
graphic illustration of my effect
i'm using a provided plugin like fancybox for overlaying content over the homepage.
i've run into a limitation.
at the moment, i'm loading new pages in an iframe, which i thought would be the easiest.
however, this gives the new iframe window a scroll bar, which i don't want. the problem with using gi...
Hi, I'm trying to load a different fancybox page every time someone clicks one of the links on the left menu.
example: http://cupones.com.ec/stackoverflow/
I am using the Facebox image and content viewer plugin. The first link "pizzerias" loads an image with no problem. However there is a problem displaying the second "mexicanos" lin...
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.
...
Hi,
I want to use the JQuery FancyBox on an asp.net page but all the examples I have found show triggering a fancybox from anchor tag (< a >). I am not able to find an example where a fancybox is triggered from codebehind.
To be more specific, I create a pdf file on the fly on a LinkButton click. After the file has been created, I want...
Hi, I'm experiencing a little bugger using the fancybox jquery plugin. I want to use a variable that holds the image filenames to populate the file list inside the fancybox function. But I can't seem to get it to work.
In this example I've put the filenames in manually but that's the part I'd like to populate with var "files" which, whe...
This is probably not all that difficult, because otherwise iäm sure i wouldv'e found the answer somewhere...
What i want to do i open up a fancybox (the jquery plugin), loading it whith ajax-content, and when i click a link inside it, it loads it with new ajaxcontent, like clicking a link inside a frame.
Any ideas?
...
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 src="/system/images/apple.jpg">
</div>
<div class="span-7 last clearfix">
something here
<br>
something here
</div>
<div class="span-24 last">
FOOT...
Fancybox is not working in firefox or IE, but it is working in chrome, safari, and opera. I've used fancybox before without any problems, but for some reason it doesn't want to work in firefox. Has anyone ever heard of this happening?
Sorry about that, here you go:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYP...
I want to provide a link to close the fancybox pop-up window.
Here is what I have for code, which does not work, but gives you an idea of what I am accomplishing:
$(document).ready(function() {
$('#close-button').click(function(){
close.click($.fancybox.close);
});
});
<p><a href="#" title="Close" id="close-button">&la...
Hi all,
what I'm trying to do is get the ID value of the referring a. The code for my a looks like:
<a class="photoBig" id="<?php echo $photo['id'] ?>" href="<?php echo $f->buildPhotoURL($photo, 'large') ?>" title="<?php echo $photo['title'] ?>">
I'm using phpFlickr to assign the ID's plus some various other things, which works fine....
Hi,
I am using FancyBox to show larger versions of image thumbnails on a PHP application.
I am using a uniform CSS class name for all the thumbnails to trigger the Fancybox functions.
But when viewing the app on IE 7, only the first thumbnail actually triggers Fancybox, the rest of the thumbnails dont work.
What could be the problem...
I'm using jQuery Validate & Fancybox together on a website to load a modal Fancybox window on form submission (after being validated by Validate) to confirm an order is being processed but have encountered a weird issue I'm unable to resolve. The < a > tag is as follows on the same page as the form:
<a href="<?=ssl_url()?>basket/process...
I'm trying to load a YouTube video with Fancybox. It's working with all the browsers but it seems to have problem with IE7, it only shows a blank white page. I don't know what I've done wrong here, I tested there example online and it work with IE7, http://fancybox.net/blog. I also took my code from them.
So here's my markup on the home...
I want my parent page to refresh when I close a Fancy Box popup frame. I have a login page inside the popup, so I need the parent page to refresh to show the new login state when the Fancy Box closes.
I can get it to work without the iFrame code:
$(document).ready(function() {
$(”a.iframeFancybox1″).fancybox({
‘width’: 800,
‘height...