JQuery Tools Overlay
The right way to apply the overlay to objects:
CSS
#dialog{display:none;}
JS
$('#dialog').overlay({
mask: {
color: '#cccccc',
loadSpeed: 200,
opacity: 0.9
},
load: false
});
$("#dialog").data("overlay").load();
Written by Maria Manenti
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Jquery
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#