🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Stickable is a really simple and cross-browser jQuery plugin which makes your header navigation fixed at the top of the screen on vertical page scrolling.

sticky-navigation

Documentation

stickable

Simple jQuery plugin to stick a div at the top of the viewport when it goes out while scrolling.

Usage

Insert the js file after jQuery:

<script type="text/javascript" src="/path/to/stickable.js"></script>

Just apply the plugin to the div to be sticked:

( function( $ ) { 	 	$( 'myDivToStick' ).stickable();  })( jQuery ); 

Very simple.


GNU General Public License v3.0

Xavier Birnie-Scott murviel-info.com


You May Also Like