Learn how to use jQuery at the Blog

Realmac Software « visit

  • Added 11 months ago
  • 9 Lines of Code shown
  • 1 Links of Interest
http://realmacsoftware.com
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 Realmac Software - http://realmacsoftware.com

$(document).ready(
	function(){		
		$('.quotes').innerfade({
			speed: 500,
			timeout: 5500,
			type: 'sequence'
		});
	}
);