Created
February 8, 2019 15:09
-
-
Save jorovipe97/d70a3b2fac0c8bc4855a1093eff17521 to your computer and use it in GitHub Desktop.
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
<script | |
src="https://code.jquery.com/jquery-3.3.1.min.js" | |
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" | |
crossorigin="anonymous"></script> | |
<script type="text/javascript"> | |
// Avoids conflicts with the theme jquery version | |
// https://stackoverflow.com/questions/1566595/can-i-use-multiple-versions-of-jquery-on-the-same-page | |
var jQuery_3_3_1 = $.noConflict(true); | |
</script> | |
<script type="text/javascript"> | |
(function ($) { | |
$(function () { // Shorthand for on-ready event | |
}); | |
})(jQuery_3_3_1); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment