Skip to content

Stickier - jQuery plugin to stick! or stuck! selected element not visible after scrolling

Notifications You must be signed in to change notification settings

Mariyo/jQuery-Stickier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

jQuery-Stickier

===============

Stickier - jQuery plugin to stick! or stuck! selected element not visible after scrolling

<!DOCTYPE html>
<html>
	<head>
	
		<!-- Do not forget jQuery -->
		<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

		<!-- Include Stickier -->
		<script  type="text/javascript" src="../stickier.js"></script>
		
		<!-- Stickier initializing -->
		<script>
			$(document).ready(function(){
				
				$('.sticky').stickier();
  
			});
		</script>

		<!-- Some CSS of your content -->
		<style type="text/css" media="all">
			.
			.
			.
		</style>

	</head>

	<body>
		.
		.
		.
		.
		.
		.
		.
		<div class="sticky">Sticky Element</div>
		.
		.
		.
		.
		.
		.
		.
	</body>
</html>

About

Stickier - jQuery plugin to stick! or stuck! selected element not visible after scrolling

Resources

Stars

Watchers

Forks

Packages

No packages published