Return to Snippet

Revision: 35707
at November 12, 2010 04:03 by dcoulton


Initial Code
/* make sure to reference the latest version of jquery and jquery.innerfade.js */

<script type="text/javascript"> 
jQuery.noConflict(); // Reverts '$' variable back to other JS libraries
jQuery(document).ready( function(){ 
$('#news').innerfade({ 
animationtype: 'fade', 
speed: 1000, 
timeout: 5000, 
type: 'sequence', 
containerheight: '250px' 
});
} ); 
</script> 

/* This can be used with any container tag like divs or uls, the id of the containing div, ul, etc. has to match the id above */

Initial URL
http://medienfreunde.com/lab/innerfade/

Initial Description


Initial Title
jQuery Innerfade

Initial Tags
image, jquery

Initial Language
jQuery