Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 786 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 786 Bytes

raptorize

Based on the Raptorize from ZURB's Playground (see link). An easy way to deliver to content via CDN and copy and paste without having to download and blog up a local server.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>')</script>
<script src="https://raw.github.com/davesierra/raptorize/master/jquery.raptorize.1.0.js"></script>
<script type="text/javascript">
   $(window).load(function() {
      $('.button').raptorize({
        'enterOn' : 'click', //timer, konami-code, click
        'delayTime' : 5000 //time before raptor attacks on timer mode
   });
});
</script>

Link: http://www.zurb.com/playground/jquery-raptorize