// PrettyPhoto (lightbox) jQuery(document).ready(function($){ $("a[rel^='prettyPhoto']").prettyPhoto(); }); // Portfolio thumbnail hover effect jQuery(document).ready(function () { jQuery('#portfolio .block img').mouseover(function() { jQuery(this).stop().fadeTo(300, 0.5); }); jQuery('#portfolio .block img').mouseout(function() { jQuery(this).stop().fadeTo(400, 1.0); }); }); // Portfolio tag sorting jQuery(document).ready(function(){ jQuery('.port-cat a').click(function(evt){ var clicked_cat = jQuery(this).attr('rel'); if(clicked_cat == 'all'){ jQuery('#portfolio .post').hide().fadeIn(200); } else { jQuery('#portfolio .post').hide() jQuery('#portfolio .' + clicked_cat).fadeIn(400); } //eq_heights(); evt.preventDefault(); }) // Thanks @johnturner, I owe you a beer! var postMaxHeight = 0; jQuery("#portfolio .post").each(function (i) { var elHeight = jQuery(this).height(); if(parseInt(elHeight) > postMaxHeight){ postMaxHeight = parseInt(elHeight); } }); jQuery("#portfolio .post").each(function (i) { jQuery(this).css('height',postMaxHeight+'px'); }); }); /* FILE ARCHIVED ON 01:13:30 May 05, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 03:55:31 Mar 25, 2020. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): RedisCDXSource: 0.723 exclusion.robots.policy: 0.273 PetaboxLoader3.datanode: 114.85 (4) CDXLines.iter: 62.456 (3) exclusion.robots: 0.285 load_resource: 109.74 captures_list: 172.085 esindex: 0.012 LoadShardBlock: 105.665 (3) PetaboxLoader3.resolve: 36.695 *ent).ready(function($){ $("a[rel^='prettyPhoto']").prettyPhoto(); }); // Portfolio thumbnail hover effect jQuery(document).ready(function () { jQuery('#portfolio .block img').mouseover(function() { jQuery(this).stop().fadeTo(300, 0.5); }); jQuery('#portfolio .block img').mouseout(function() { jQuery(this).stop().fadeTo(400, 1.0); }); }); // Portfolio tag sorting jQuery(document).ready(function(){ jQuery('.port-cat a').click(function(evt){ var clicked_cat = jQuery(this).attr('rel'); if(clicked_cat == 'all'){ jQuery('#portfolio .post').hide().fadeIn(200); } else { jQuery('#portfolio .post').hide() jQuery('#portfolio .' + clicked_cat).fadeIn(400); } //eq_heights(); evt.preventDefault(); }) // Thanks @johnturner, I owe you a beer! var postMaxHeight = 0; jQuery("#portfolio .post").each(function (i) { var elHeight = jQuery(this).height(); if(parseInt(elHeight) > postMaxHeight){ postMaxHeight = parseInt(elHeight); } }); jQuery("#portfolio .post").each(function (i) { jQuery(this).css('height',postMaxHeight+'px'); }); }); /* FILE ARCHIVED ON 01:13:30 May 05, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 03:55:31 Mar 25, 2020. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): RedisCDXSource: 0.723 exclusion.robots.policy: 0.273 PetaboxLoader3.datanode: 114.85 (4) CDXLines.iter: 62.456 (3) exclusion.robots: 0.285 load_resource: 109.74 captures_list: 172.085 esindex: 0.012 LoadShardBlock: 105.665 (3) PetaboxLoader3.resolve: 36.695 */