Created
July 22, 2013 02:27
-
-
Save WenLiangTseng/6050955 to your computer and use it in GitHub Desktop.
JavaScript內嵌+Document.Ready.Function
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"> | |
jQuery('document').ready(function($) { | |
// Handler for .ready() called. | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment