Learn how to use jQuery at the Blog

Logo Cafe « visit

  • Added 11 months ago
  • 3 Lines of Code shown
  • 1 Links of Interest
http://logocafe.ca
This is my Source Code and I don't want to show it here
View Source Code only (as overlay)
// That code snippet belongs to Logo Cafe - http://logocafe.ca

$(document).ready( function(){ 
   $('#slideshow').innerfade({ speed: 'slow', timeout: 3000, type: 'sequence', containerheight: '269px' }); 
} );