Все вопросы: [fancybox]
36 вопросов
Запускать fancybox при наведении курсора вместо щелчка?
Я пытаюсь заставить fancybox срабатывать при наведении указателя мыши на ссылку. Не повезло ... есть предложения? $(document).ready(function() { /* This is basic - uses default settings */ $("a.inline").fancybox({ 'hideOnContentClick': false }); });
jQuery Colorbox: содержимое AJAX отлично работает на localhost;не на удаленном сервере
Я использую плагин Colorbox для лайтбоксов , чтобы отображать лайтбоксы с "Outside HTML (Ajax)" на моя страница. Я использую все значения по умолчанию из «Первого примера» (с веб-сайта). Проблема в том, что лайтбокс безупречно работает на моем компьютере с локальным хостом, но отображает бес...
Как мне открывать один Fancybox после закрытия другого?
У меня 2 fancyboxes, и я пытаюсь открыть вторую из первой (либо кнопкой, либо закрывая первую). <div id="firstFancybox" style="display:none"> <p>I'm the first Fancybox!</p> <a id="fancyboxButton" href="#secondFancybox">Close first Fancybox</a> </div> ...
Fancybox jquery несколько всплывающих окон
Я использую этот http://fancybox.net/example для своего кода. <a id="view1" href="#box1">Click1</a> <div id="box1" style="display:none;"> <a id="view2" href="#box2">Click2</a> </div> <div id="box2" style="display:none;"> </div> Я использу...
Проблема со встроенной Flash-памятью Fancybox в Firefox
У меня есть несколько fancyboxes на странице (по одному в каждом повторяющемся элементе), которые показывают встроенную вспышку, когда кнопкасоответствующий репитер нажат. В Internet Explorer fancyboxes открываются правильно и показывают встроенную вспышку. Однако в Firefox при открытии ...
Fancy Box не работает, помогите пожалуйста
Я недавно наткнулся на красивую коробку, расположенную здесь , я точно выполнил каждый шаг в инструкциях, ноне работает, кто-нибудь знает, в чем может быть проблема? Вот образец исходного кода моей страницы: Включены ссылки на скрипты по мере необходимости и CSS: <script src="jquery...
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 iFrame one and it doesn't work with a standard page link. My heart is not set on using Fancybox s...
Listen for change events in forms: JQuery
I have a form with an id of "wizard" - I only have select elements in this form. This form is in a lightbox using the JQuery plugin fancybox: I want to know when any of these have been changed using JQuery. How can I do this? I currently have: $('form#wizard select[name=servers], form#wizard sele...
input value in jquery fancybox
Like asked here I got the problem, that I cannot read the value of an input type="text" field after writing something into it. The event is fired correctly, and with other inputs outside the fancybox it works great.
jquery, fancybox, ie7 and a random white box i can't explain
there's a random white box showing up in my ie7 below the footer. looks fine in firefox/safari 4/chrome. i used debugger to inspect and it's showing up as a fancybox div. thing is, i don't think i'm using fancybox anywhere. confused. http://bit.ly/bT2CI
Input inside Fancybox
I have a very strange problem with Fancybox. I can't seem to get the .val() of the inputs which are displayed in Fancybox. They have a value of "". The inputs outside of Fancybox, however work. My code: <script type="text/javascript"> $(document).ready(function() { $('a#inline').fanc...
Jquery Fancybox not working after postback
I have a Fancybox (or more accurately) a number of fancy boxes on an asp.net page. My Fancybox (jquery plugin) works fine until a postback occurs on the page then it refuses to work. Any thoughts? Anyone experienced similar behaviour? UPDATE : Some Code.. I have a databound repeater with a fa...
jQuery find selector problem
I got such code: $('.mainp').find('A[href$=jpg]','A[href$=jpeg]','A[href$=gif]','A[href$=png]').fancybox(); And it works only for .jpg files. When I change it to: $('.mainp').find('A[href$=png]').fancybox(); It works for .png files. So what I'm doing wrong, that fancybox() is not working wi...
FancyBox Callback Keydown
I have been working on this code, and I can't seem to figure it out. Fancybox's callbacks don't seem to work at all. I have the keyboard bound to the pagination for this gallery. But I want to unbind the keyboard from the table when fancybox opens. When fancybox opens nothing changes.... What to...
Fancybox troubles
I am trying to implement a fancybox. http://fancybox.net/howto I want to call this function on an an element. Full JS file. http://fancybox.net/js/fancybox/jquery.fancybox-1.2.1.js $.fn.fancybox = function(settings) { I have done this: $(document).ready(function() { $("a#inline").fn.fan...
jQuery Function Seems to Quit When Different jQuery Function Is Called
I wrote my own function that keeps a sidebar fixed on screen after a certain point of scrolling and then returns it to it's relative position when scrolled back to the top. If the window is resized to a size smaller then the height of the sidebar, it returns it to its normal relative position as ...
jquery fancybox - prevent close on click outside of fancybox
I'm using the Fancybox plugin for my modal windows. It seems like no matter what options I use I can't prevent the fancybox modal window from closing when the user clicks outside of the fancybox modal window (grayed out area). Is there a way to force the user to click the X or a button that I t...
calling fancybox using jquery .click function
I am trying to customise fancybox so that when one of the 4 images displayed on the page is clicked, this is the one that loads up in the fancybox window. To do this I want to use the jquery .attr function to pass the image src (as a variable) to the main image holder. My current jquery code is...
jquery functions within Fancybox
I'm using fancybox to load up some inline content on a web page. Fancybox loads up fine as do the images, the only problem is that I would like certain jquery functions to work within the modal window which will not load up. The jquery functions work fine when I load them outside of fancybox so...
How to set Fancybox position
I'm using fancybox in a very long page with a long scrollbar. The fancybox loads at the center of this page and so see it only if you scroll. How do I do to load the fancybox at the start of page?
Need help resolving Fancybox display issue in IE8
Need help resolving a display problem on Fancybox content in IE8. It works fine in IE7, but when you click on the link in IE8 the content displays but without any of the styling. Link: http://www.gotoadvantage.com - click on sub navigation in the box to the right - where it says advantage overvi...
cannot get to fancybox to work at all
i feel i have done everything right but i cannot get lightbox to work at all. It is also coming up with the error that jQuery is not defined in the jQuery file. file is http://www.lotuswebdzine.com/lotusweb/portfolio.php
Safari: Closing the movie player window doesn't kill the movie playback
Background I built a site for a film-production client. They needed a way to demo their showreels to the public and agreed upon a modal <iframe> approach (using jQuery and Fancybox) to showing their reels, all streamed via a third party provider. You can see the functionality in action he...
Могу ли я поместить ссылку в атрибут заголовка?
Я использую плагин jQuery Fancybox для создания модального окна со ссылкой href в качестве содержимого. и title в качестве подписи. Я хотел бы иметь возможность иметь интерактивную ссылку в заголовке (в данном случае для перехода к карте большего размера), но я не могу поместить тег <a> ...
Проблема с fancybox jquery в IE6
Я использую скрипт jquery Fancybox, чтобы открывать некоторые видео в лайтбоксе. Он отлично работает во всех браузерах, кроме IE6. Лайтбокс открывается, но видео не загружается. Вот ссылка на страницу - http://www.bevelite.com.au/sky-glass-videos Пожалуйста, помогите!
jQuery Fancybox и управление размером кадра изображения
Я знаю, что могу использовать параметры frameWidth и frameHeight для управления размером кадра для встроенного содержимого и содержимого iframe, но что я могу сделать для ручного управления размером кадра при отображении изображений? Моя проблема в том, что у меня есть изображения, которые я ...
Как изменить размер Fancybox во время выполнения?
Кто-нибудь знает, как изменить размер jQuery Fancybox во время выполнения? При инициализации fancybox я могу сделать следующее: $("tag").fancybox({ 'frameWidth': 500, 'frameHeight': 700 }); Я заполняю fancybox динамическим содержимым и хочу, чтобы его размер изменялся в соответствии с ...
Откройте Fancybox (или эквивалент) из формы input type = "submit"
есть ли способ получить fancybox ( http://fancy.klade.lv/ ) или любой другой лайтбокс от отправки ФОРМЫ (с кнопкой изображения)? HTML выглядит так: <form action="/ACTION/FastFindObj" method="post"> <input name="fastfind" class="fastfind" value="3463" type="text"> <input ...
Автоматически открывать первое изображение Fancybox
Нажав на ссылку, я добавляю некоторые изображения из файла JSON, а затем при нажатии на одно из изображений может появиться галерея, но я бы хотел, чтобы первое изображение появилось сразу, как после загрузки JSON. Возможно ли это? Мой код: $("#json-get") .css("cursor","pointer") ....
Jquery - fancybox и обратный вызов
У меня проблема с fancybox. Я хочу написать функцию, которая будет запускаться при открытии fancybox. Как и когда вызывать функцию? Пример: function myFunc() { alert("Opened!"); } $('.content a').fancybox({ 'hideOnContentClick': false , 'callBackOnShow': myFunc(), // This no...