Skip to content

wearenolte/FullPanel.js

Repository files navigation

Full Panel Website jQuery plugin based on fullPage.js and the:q

jQuery plugin for fullPanel website based inspired by fullPage.js

Getting Started

Download the [production version][min] or the [development version][max]. [min]: https://raw.githubusercontent.com/moxienyc/FullPanel.js/blob/master/dist/jquery.fullpanel.min.js [max]: https://raw.githubusercontent.com/moxienyc/FullPanel.js/blob/master/dist/jquery.fullpanel.js

Install with Bower:

bower install fullpanel.js

In your web page:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script src="dist/fullpaneljs.min.js"></script>
<script>
jQuery(function($) {
  $("#fullpanel").fullpanel({
    //options
  }); 
});
</script>

<div id="fullpanel">
    <div data-anchor="panel1" class="panel active">Panel 1</div>
    <div data-anchor="panel2" class="panel">Panel 2</div>
    <div data-anchor="panel3" class="panel">Panel 3</div>
    <div data-anchor="panel4" class="panel">Panel 4</div>
    <div data-anchor="panel5" class="panel">Panel 5</div>
</div>

Documentation

(Coming soon)

Examples

See the /examples directory

Release History

(Nothing yet)