Created
March 24, 2017 10:36
-
-
Save python-consulting/9b40e275ad3312f616dd6b2378b0d77a to your computer and use it in GitHub Desktop.
Javascript document ready (jquery)
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
jQuery(document).ready(function($) { | |
// Code using $ as usual goes here. | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment