Skip to content

Instantly share code, notes, and snippets.

@WenLiangTseng
Created July 22, 2013 02:27
Show Gist options
  • Save WenLiangTseng/6050955 to your computer and use it in GitHub Desktop.
Save WenLiangTseng/6050955 to your computer and use it in GitHub Desktop.
JavaScript內嵌+Document.Ready.Function
<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