This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- via stackoverflow: http://stackoverflow.com/questions/3963338/loading-inline-content-using-fancybox --> | |
| <!-- Question: How can I load inline (inner-page) content using fancybox? --> | |
| <!-- Answer [Oct 18 '10 at 20:59 by Marko]: The solution is very simple, but took me about 2 hours and half the hair on my head to find it. Simply wrap your content with a (redundant) div that has display: none and Bob is your uncle. --> | |
| <div style="display: none"> | |
| <div id="content-div">Some content here</div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <!-- | |
| Stuart Powers | |
| http://sente.cc/ | |
| http://twitter.com/stuartpowers | |
| --> | |
| <html> | |
| <head> |
NewerOlder