Questions tagged [fancybox]

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.

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. It is built at the top of the popular JavaScript framework jQuery and is both easy to implement and a snap to customize.

Licensed under Creative Commons Attribution-NonCommercial 3.0

Reference

5256 questions
1
vote
0 answers

iframe not loading the contents from ajax response

I have issue with an iframe when loading the contents received as AJAX GET response. Let me explain my issue in details: The Ajax request process well and get response data very fine, but when i load the contents in iframe inside fancybox i get…
1
vote
0 answers

Rails: disable jquery

I have a rails application that gets called from an ajax request on a plain HTML page. Rails responds and the plain HTML page loads data from my rails app into fancybox. The problem is that when trying to close fancybox using $.fancybox.close(); I…
jamesdlivesinatree
  • 1,016
  • 3
  • 11
  • 36
1
vote
1 answer

I want to log fancybox views in a mysql database

I run fancybox beta v.3 and I have a gallery that I want to log views of. Every time a user opens the fancybox or click on another thumbnail/use the arrows to navigate to another gallery item I want to log it by sending an ajax request with ID to…
SeaBass
  • 1,584
  • 4
  • 20
  • 46
1
vote
0 answers

Fancybox IFRAME Form onsubmit

I am working on a database search and when the use clicks submit I wanted it to open a iframe in a fancybox, which I have working but it quickly redirects to a new page, here is my code, hope someone can help :)