Last active
August 29, 2015 14:07
-
-
Save vienhoang/5b5c422fcd318336381e to your computer and use it in GitHub Desktop.
jQuery: jQuery start, selfinvoking
This file contains hidden or 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
// Self invoking function, use $ for referencing jQuery so the $ don't clash with other libraries | |
(function($){ | |
})(jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment