jQuery scroll single-page plugin

This is a jQuery plugin to create single-page websites.
If you want to use it.
First you will need the jQuery and jQuery Easing Plugin, then you can download the single.js plugin. Once you have done this you will need to create the HTML structure and call the plugin, as in the example below:
<div id="single"> <div data-target="home"> </div> <div data-target="skills"> <a href="#" data-link="contact">Go To Contact</a> </div> <div data-target="portfolio"> <img src="img/assassin.jpg" alt="Assassins Creed" data-img="true" width="100%" /> </div> <div data-target="contact"> </div> </div>
And you can call the plugin like that:
<script type="text/javascript"> $(document).ready(function(){ $("#single").single(); }); </script>
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu buttons carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu