Skip to content

JLevstein/Bieberize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you wish to experience the Bieberize sensation then please add the following to your page:

<!-- The raptorize file *MUST BE INCLUDED*  -->
	<script src="jquery.bieberize.1.0.js"></script>
	
	<!-- For the button version -->
	<script type="text/javascript">
		$(window).load(function() {
			$('.button').bieberize();
		});
	</script>
	
	<!-- For the Konami Code version -->
	<script type="text/javascript">
		$(window).load(function() {
			$('.button').bieberize({
				'enterOn' : 'konami-code'
			});
		});
	</script>
	
	<!-- For the Timer version -->
	<script type="text/javascript">
		$(window).load(function() {
			$('.button').bieberize({
				'enterOn' : 'timer',
				'delayTime' : 2000
			});
		});
	</script>
	

Note: This is a shameless cannibalization of the raptorize plugin found here: http://www.zurb.com/playground/jquery-raptorize

About

A cannibalization of the raptorize.js plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published