Skip to content

Instantly share code, notes, and snippets.

@philhawksworth
Created January 15, 2010 16:46
Show Gist options
  • Save philhawksworth/278192 to your computer and use it in GitHub Desktop.
Save philhawksworth/278192 to your computer and use it in GitHub Desktop.
// change:
$(document).ready(function() {
logica.countdown.init();
});
//to:
$(document).ready(function() {
alert('DOM ready. Now we can initialise the carousel.');
logica.countdown.init();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment