Brian Swerdfeger Interview: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".ajax").colorbox(); | $(".ajax").colorbox(); | ||
$(".iframe").colorbox({iframe:true, width:"80%", height:"80%"}); | $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"}); | ||
$(".inline").colorbox({inline:true, width:"50%"}); | $(".inline").colorbox({inline:true, width:"50%"}); | ||
| Line 23: | Line 16: | ||
onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); }, | onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); }, | ||
onClosed:function(){ alert('onClosed: colorbox has completely closed'); } | onClosed:function(){ alert('onClosed: colorbox has completely closed'); } | ||
}); | }); | ||
}); | }); | ||