Last active
October 12, 2015 18:48
-
-
Save ElmahdiMahmoud/4070834 to your computer and use it in GitHub Desktop.
js: custom js file
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
/* | |
(function($) { //<< begin no conflict function | |
$(document).ready(function() { //<< begin doc ready | |
//with portotype | |
}); //<< end doc ready | |
})(jQuery); //<< end no conflict function | |
*/ | |
/* | |
$(document).ready(function() { //<< begin doc ready | |
}); //<< end doc ready | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment