Skip to content

Instantly share code, notes, and snippets.

@aslan144
aslan144 / call jquery slide show method
Created March 15, 2012 23:16 — forked from abedsujan/call jquery slide show method
Read All Images from a folder And display slide show.
<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script src="jquery.innerfade.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
$('#image_rotate').innerfade({
speed: 'slow',
timeout: 2000,
type: 'sequence',
containerheight: '220px'
});