Hello,
In my web site there is home page, and all other pages open using fancybox window - with iframe.
I want to be able to construct a URL like www.example.org/About.html which will send the user to my website and will open the iframed page {About.html} within the fancybox window.
Thanks for help.
...
hi,
ı want to send href value. but its not working.
function display () {
$.fancybox({
'href': 'index.php',
'width' : '75%',
'height' : '75%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'
});
}
ı tryed this :
function display (who) {
$.fancybox({
'href': 'index.php'+who,
'w...
If I open an image with fancybox, this image remain down the sifr images? How to solve this problem?
...
Is it possible to apply fancybox(or any lightbox alternative) on elements that are loaded by hquery's load() ? If so, how?
...
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.
jQuery("a#[id^='domore_']").fancybox({
'autoDimensions' : false,
'width' : 'auto',
'height' : 'auto'
});
This works fine but whe...
Didn't want to create a new question so I'll just refrase this one,
is there a way to disable the Tiny Scrolling plugin for just one particular div?
Thanks :)
...
Hi
I am using fanxybox 1.2.6 but it's getting closed despite of mentionig onContentClick:false
Here is the code:
$("#"+vari).fancybox({'hideOnContentClick':false }).trigger('click');
Kindly help me out
p.s: The window is loading content from other URL(via Iframe)
...
Hi,
I want do Fancybox work without a click. I want fancybox work as a alert in onload.
...
I'm developing a jquery gallery, and I want to parametrize the highlighter function to support any kind of lightboxes (fancybox for example).
In my defaults I did something like:
$.fn.mygallery.defaults = {
functionHighlighter: null
}
so in the code, creating the item, I'll check this property, and if it's setted to a function, I ...
Hi, I'm using jQuery+asp.net webforms, also I'm using jQuery Validation plugin and Fancybox plugin. My code works fine when I use the plugins separately. My webform is for user registration.
I use validation plugin to validate my form before it's submitted to the server, the form is validated and submitted when the user clicks an asp.ne...
So im using the overlay effect to present a swf on the page.
In firefox it looks fine but there is a spot where the template blocks me from clicking on the Swf.
in IE everything clicks fine but the overlay box does not get the right dimensions, so the swf appears to overlap the white box.
I think it's the school's default template t...
I am working on a solution where I need to have the first input field selected when a fancybox is shown. I have tried reacting to the resize event, which works fine in IE but not in Firefox. Also tried reacting to the click event on the link that opens the box - but aparently this is too early so some other element steals focus afterward...
I've been working on a prototype for a client's web site and I've run into a rather significant snag. You can view the prototype here.
As you can see, the way it works is you can scroll a set of slides horizontally and, by clicking one, open a stack containing yet more slides. If you then click again on an image in that stack it opens u...
HI everyone
I hope you can help me, I have a problem with a requirement, I need to make a list of images that go to cycle.
I have this website, here I have some business cards and I need the images to be repeated after the end of the first cycle and continue like a loop.
here I leave the website, look that the list has a final.
http...
I am trying to post from a form to another form in a fancybox ( http://fancybox.net/ ) window.
For example I have a list of cities with tickboxes on a form.
When the user clicks submit on the first form, I am hoping for the fancybox window to appear with another form in. There will be a textbox on the new form that has the city ids sel...
Beating my head blue on this one. The fancybox won't trigger on the preview images below.
Everything is set according to manual.
http://www.itrosa.se/sv/Utstaellning_i_Trosa_kvarn/article/?i=s7486578460425622
any ideas?
...
hello
i downloaded fancybox.net and edditted the example file from the download pack.
i added a google maps map.
and when i click on the iframe link, the iframe popup apears BEHIND the google maps map.
thats not the way i want it offcourse.
what did i do wrong?
i didn't change the original code from the example file.
see this image for...
So I'm using fancybox to load up a login iframe, and I would like it onComplete to bring focus to the username field. If someone could take a look at this code and let me know what's wrong, that'd be great.
Gracias.
/* Function to resize the height of the fancybox window */
(function($){ $.fn.resize = function(width, height) {
if (!wi...
I am trying to get the id of the clicked/shown element in fancybox. I have tried both "this.id" and "this.attr("id")" - but none of them works.
$("a.lightbox_image").fancybox({
'transitionIn': 'elastic',
'transitionOut': 'elastic',
'speedIn': 600,
'speedOut': 200,
'content': 'I...
I am trying to get the Flowplayer to be shown inside a Fancybox, but can't quite get it working. This is my code so far;
$("a.video_link").click(function () {
$.fancybox({
'autoScale': false,
'transitionIn': 'none',
'transitionOut': 'none',
'title':...