Skip to content

Instantly share code, notes, and snippets.

@KamuelaFranco
Created November 15, 2012 15:31
Show Gist options
  • Save KamuelaFranco/4079198 to your computer and use it in GitHub Desktop.
Save KamuelaFranco/4079198 to your computer and use it in GitHub Desktop.
Init Code Snippet
<script>
// <body onload="loadOrbit()"> has to be incorporated in some way
function loadOrbit() {
$('#featured').orbit();
$('#featured_placeholder').css('display', 'none');
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment