This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Usage
Examples
<body>
<h1>Facebox Demos</h1>
<h2>Html Page</h2>
<a rel='facebox' href='test.html'>Open Html</a>
<h2>Single Image</h2>
<a href='test.jpg' href='test.jpg' rel='facebox'>Test Image</a>
<h2>Hidden Div</h2>
<a rel='facebox' href='#hidden'>Open Div Content</a>
<div id='hidden' style="display:none">
<p>This is loaded content from a hidden div on the page check the source</p>
</div>
</body>







