Created
December 29, 2010 06:54
-
-
Save e2kaneko/758281 to your computer and use it in GitHub Desktop.
prototype.js onload event
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js" /> | |
Event.observe(window, "load", onload, false); | |
function onload(){ | |
alert("onload"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment