Brian Swerdfeger Interview: Difference between revisions

m colorbox instead of thickbox
mNo edit summary
Line 1: Line 1:
[[Image:BrianSwerdfeger.png|200px|right|Brian Swerdfeger]]
[[Image:BrianSwerdfeger.png|200px|right|Brian Swerdfeger]]
{{Colorbox}}
<html>
<html>
<link rel="stylesheet" href="/js/colorbox-master/colorbox.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="/js/colorbox-master/jquery.colorbox-min.js"></script>
<script>
$(document).ready(function(){
$(".ajax").colorbox();
$(".iframe").colorbox({iframe:true, innerWidth:800, innerHeight:600});
$(".inline").colorbox({inline:true, width:"50%"});
$(".callbacks").colorbox({
onOpen:function(){ alert('onOpen: colorbox is about to open'); },
onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
});
});
</script>
<meta name="viewport" content="initial-scale=1" />
<table cellpadding="20" cellspacing="0"><tr><td valign="top" width="350">
<table cellpadding="20" cellspacing="0"><tr><td valign="top" width="350">