Tag Archives: Lightbox

Classic Lightbox

Lightbox Alert, Confirm, Information, Error Include the following files into your application <script src=”https://lightbox-js.googlecode.com/files/jquery-1.8.0.min.js” type=”text/javascript”></script> <script src=”https://lightbox-js.googlecode.com/files/jquery.msgBox.js” type=”text/javascript”></script> <link href=”https://lightbox-js.googlecode.com/files/msgBoxLight.css” rel=”stylesheet” type=”text/css” /> Alert Box $.msgBox({ title:”Selam / Hello”, content:”Merhaba Dünya! / Hello World!” }); <div class=”buttonBlock”> <input onclick=”example1();” type=”button” value=”Example 1″ /> </div> Information Box $.msgBox({ title:”Selam / Hello”, content:”Merhaba Dünya! / Hello World!”, […]