Skip to content

Instantly share code, notes, and snippets.

@e2kaneko
Created November 13, 2010 14:26
Show Gist options
  • Save e2kaneko/675365 to your computer and use it in GitHub Desktop.
Save e2kaneko/675365 to your computer and use it in GitHub Desktop.
jQueryのonloadイベント。window.onloadよりも前に実行される。
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js" />
<script type="text/javascript">
$(document).ready(function(){
alert();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment