Shadowbox (JS) /Jquery
Fonte da Matéria: http://www.e-obs.com/service/test/sb/index.html Basic Usage The Shadowbox environment must be initialized before it can be used. To initialize Shadowbox, call Shadowbox.init() as soon as the DOM loads. For example, if I were using the YUI library, I would do the following: <script type=”text/javascript”> YAHOO.util.Event.onDOMReady(Shadowbox.init); </script> If the library you’re using doesn’t support the DOM ready event, or […]