What is it?
WowBox is a nice and simple lightbox plugin for jQuery. It is super lightweight. No other lightbox that we know of can compare to how lightweight ours is.
Download
WowBox is still under development. It wont be available for download until we're done. Stay tuned!
Help & Support
You can ask questions, send feedback to us, and watch the Getting Started with WowBox video once WowBox is released.
Divs
View #test in the WowBox
View #test in the WowBox
Hi, I'm #test1. I look like this:
<div id="test1">
content of div here
</div>
The code:
<a href="#test" rel="wowbox" title="Optional Title for the Div">View #test in the WowBox</a>
Images
Open an image in the WowBox
Open an image in the WowBox
The code:
<a href="http://www.example.com/image.jpg" rel="wowbox[img]" title="Optional Caption">View an image in the WowBox</a>