fancybox

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 well. Works great! Problem is when I run ...

How to load floatbox in a fancybox?

Hi, I´m working on something really crazy (http://www.chromax.de/portfolio/) and had many problems till now with the fancybox. Ok, now I use the fancybox as an information viewer and need in that another lightbox to use it with the images that are already in the opened fancybox. But in fancybox everything just works, when the it is ca...

Jwysiwyg Link/Fancybox

Hi, Im trying to edit jeditable with jwysiwyg and i have a list of pages(links) i want to restrict jwysiwyg to, so when a user selects the link option(createLink) i want to actually load a fancybox and then allow the users to select just one of these pages. Ive search for the last three days and tried editing the createLink function in j...

why flash overlap fancybox?

iwanna ask about wmode in this issue : im stuck...i cant find where wmode=transparent do u mean please help me... http://stackoverflow.com/questions/524838/why-is-my-flash-animation-overlaying-my-div-position ...

Fancybox troubles

Hello all, 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.fancybox(); }); However, I ke...

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 do?? $(document).ready(function() { $('...

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 with all type of files? ...

Input inside Fancybox

Hi All, 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').fancybox({ 'hideOnContentClick': false, 'fr...

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

AC_FL_RunContent not working after UpdatePanel postback

I have some javascript in a repeater item which calls AC_FL_RunContent to load and show a flash file (in each repeater item) when a link is clicked (link is part of repeater item). I have a paged datasource showing the first page of video links. Five items on each page. The show video links work fine on initial page when there hasn't b...

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

Listen for change events in forms: JQuery

Hello all, 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 select[name=cores]').change(func...

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 so if there is a better way to have the lig...

Fancy Box doesnt work please help

I recently came across fancy box located here, I've followed every step in the instructions perfectly, but it doesn't work, anyone know what might be the problem? Here is a sample of my page source: Included the links to scripts as required, and CSS: <script src="jquery.fancybox-1.2.1/jquery.fancybox/jquery-1.3.2.min.js" type="text/ja...

Fancybox inline flash issue with Firefox

I have a number of fancyboxes on a page (one in each repeateritem) which show inline flash when a button in the appropriate repeater is pressed. In Internet Explorer the fancyboxes open correctly and show the inline flash. However in Firefox when opening they open the inline flash in a new tab?? Anyone experienced this issue? -- Lee ...

fancybox jquery codeigniter

hi, I have a small situation. I am preparing a sample for a client and I cannot understand this. I have a div with 7 jpg's and a list item that is a link that if I click should fireup fancy box and show some pics in gallery format. Now this doesn't work so I remembered that I must add the '#' to the list of accepted characters in ci but...

Fancybox jquery multiple popup boxes

Hi all, I am using this http://fancybox.net/example for my code. <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> I implement fancybox on a#view1 and a#view2 so that when people click on Click1 it will open fancybox...

closing fancybox doesn't remove black screen

I am using fancybox to display both pop ups for video and images. <script type="text/javascript" src="../jquery.fancybox/jquery.easing.1.3.js"></script> <script src="../jquery.fancybox/jquery-1.3.2.min.js" type="text/javascript"></script> <script type="text/javascript" src="../jquery.fancybox/jquery.fancybox-1.2.1.pack.js"> </script>...

How do I open one Fancybox after another closes?

Hi, I have 2 fancyboxes and am trying to open the second from the first (either by button or by closing the first).. <div id="firstFancybox" style="display:none"> <p>I'm the first Fancybox!</p> <a id="fancyboxButton" href="#secondFancybox">Close first Fancybox</a> </div> <a id="hiddenLink" href="#firstFancybox"></a> <div id="se...

jQuery Colorbox: AJAX content works fine on localhost; not on remote server

I'm using the Colorbox lightbox plugin to display lightboxes with "Outside HTML (Ajax)" on my page. I'm using all defaults from "Example One" (from the website). Trouble is, the lightbox works flawlessly on my localhost machine, but displays an endless loading graphic when I try it on my remote server. The page I'm trying to load is i...