Do you want make a slider with some elements? Infinite Slider is what you want.
Download the production version or the development version.
In your web page:
<script src="libs/jquery/jquery.js"></script>
<script src="dist/infinite-slider.min.js"></script>
<link rel="stylesheet" href="css/infinite-slider.css">
<script>
jQuery(function($) {
$('.wrapper').infiniteSlider();
});
</script>
<div class="wrapper">
<div class="item">
Something here
</div>
<div class="item">
Something here
</div>
</div>
(Coming soon)
(Coming soon)
(Nothing yet)