Wowhoo / jquery-sticker

Sticker is jQuery plugin used to stick elements to the fixed position on your page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sticker

Sticker is jQuery plugin used to stick elements to the fixed position on your web page.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/jquery-sticker.min.js"></script>
<script>
jQuery(function($) {
	$('#header').sticker({
		type: 'top',
		topSpace: 0
	});
	$('#footer').sticker({
		type: 'bottom',
		bottomSpace: 0
	});
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

Sticker is jQuery plugin used to stick elements to the fixed position on your page.

License:GNU General Public License v3.0