Nicely navigate through your pages in your single page application. Manage your pages, transitions and the loading time with one plugin.
In your web page:
<script src="jquery.js"></script>
<script src="src/fingaboru.js"></script>
<script>
$(function() {
$('#container').fingaboru(); // "awesome"
});
</script>
Call fingaboru with customisable options to suit your needs :
Call destroy to clean the plugin :
$('#my-grid'). fingaboru('destroy') // destroys fingaboru