JLevstein/Bieberize
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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