I was wondering if it is possible to use jquery fancybox to show different html pages. I am not so much concerned about linking external pages, just the ability to navigate the pages I want to show.
http://flipboard.com does that on their landing page but mostly changing images.
I wanted to see if it is possible to build a landing page with navigation on the side similar to flipboard.com use jquery fancybox to show the next page开发者_开发技巧s.
Any code samples or pointers would be helpful.
thank you
Yes, you should use the Iframe feature mentioned in the Fancybox homepage.
See also the second code example here: http://zfranciscus.wordpress.com/2010/03/01/managing-iframe-using-fancybox/
Flipboard uses an open source jQuery plugin called CrossSlide. You could download the same plugin and see if it works with HTML pages as well as images, or if it's possible to adapt it for your own site.
精彩评论