iSlider is a cross-browser jQuery plugin by Michalis Tzikas. This is a great technique to show several pieces of content in a limited amount of space and a good way to engage the user.
Setup
- Download latest jQuery library
- Download islider.zip
- Include libraries
<script type="text/javascript" src="<path of file>jquery.js"></script>
<script type="text/javascript" src="<path of file>islider.js"></script>
<link rel="stylesheet" type="text/css" href="<path of file>islider.css"/>
- Add this to your html file inside "<head>" html tag
<script type="text/javascript">
$(document).ready(function() {
$().islider();
});
</script>
- (Optional) Settings
$().islider({
speed: 4000,
change: 400,
frame: 470
});
- (Optional) Donate for more scripts
