Skip to content

Instantly share code, notes, and snippets.

@jorovipe97
Created February 8, 2019 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorovipe97/d70a3b2fac0c8bc4855a1093eff17521 to your computer and use it in GitHub Desktop.
Save jorovipe97/d70a3b2fac0c8bc4855a1093eff17521 to your computer and use it in GitHub Desktop.
<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