I\'m styling a ruby-on-rails app and I\'ve got a link to an external page which opens in fancybox. The external page is styled with blueprint\'s 24 column width (950px wide).
So, i\'m using FancyBox plugin to have a database entry editor. I have a \"Save\" and a Cancel Button, that when clicked, after they do what i want, trigger the close button so i can see the animation
I am trying to open a fancybox then run an animation on a z-indexed item. I want the .animate function 开发者_高级运维to run automatically after the fancybox has opened.
I\'m having an issue with fancybox when I try and load an html page. I have 开发者_运维问答a link
I\'m using fancybox for my new project. I want fancybox iframe to be on bottom of the page when I scroll.
The customer I amworking for wants to display popup in an AIR application (designed in Flex 4).I will therefore use TitleWindow and PopupManager for this (or NativeWindow could be an option too).
I\'d like to setup a jquery iframe box, prefer fancybox but a开发者_运维技巧ny will do. Though what I need help with is positioning the html page inside of the iframe. I\'d like it to go to an anchor,
I am testing Fancybox for Iframes and I noticed that on my Wordpress blog (and I guess everywhere else) the iframe is opened only for the first link on my home page.
I have a jquery slider and开发者_运维技巧 a jquery lightbox. I want both of them to work simultaneously in my site. But i am getting an error. So is there any way to do it?
This is my code to open a Fancybox that loads a page via ajax: $(\'tr.record\').click(function() { var record_id = $(this).attr(\"id\");