Skip to content

Instantly share code, notes, and snippets.

@jpederson
Last active January 8, 2018 10:42
Show Gist options
  • Save jpederson/11232340 to your computer and use it in GitHub Desktop.
Save jpederson/11232340 to your computer and use it in GitHub Desktop.
A basic example to get started with Creep.js.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="jquery.creep.min.js"></script>
<script>
$(document).ready(function(){
$("a").creep();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment