Skip to content

Instantly share code, notes, and snippets.

@kaneshin
Created November 5, 2011 21:03
Show Gist options
  • Save kaneshin/1342018 to your computer and use it in GitHub Desktop.
Save kaneshin/1342018 to your computer and use it in GitHub Desktop.
jquery onload
$.event.add(window, "load", function() {
$("#" + act).animate({top: '48%', }, 2000 );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment