Required
- jQuery (1.2.6 or higher)
- jquery.joverlay.js (4.0kb, Source Code)
- jquery.joverlay.min.js (2.5kb, Minified for production)
- jquery.joverlay.pack.js (2.4kb, Pack for production)
Current Release: v.0.1
Browser Compatibility
jOverlay has been tested successfully in the following browsers with Javascript enabled:- Firefox 2+
- Internet Explorer 6+
- Safari 2+
- Opera 9+
- Chrome 1+
Examples
Includes
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.joverlay.min.js"></script>
Options
options = {
method : 'GET',
data : '',
url : '',
color : '#000',
opacity : '0.6',
zIndex : 9999,
center : true
};
Usage
BOX 1
$('#box1').jOverlay();$('#box1').jOverlay({color:'green', opacity : 0.9});
BOX 1 DEMO - close
press ESC for close
BOX 2 + AJAX
$('#box2').jOverlay({url:'teste.html'});
BOX 2 DEMO AJAX - close
press ESC for close
AJAX
$().jOverlay({url:'teste2.html'});
Support
Support is available through the email : alvarolimajr [at] gmail [dot] com
Credits
Written by Alvaro Junior