Skip to content

Instantly share code, notes, and snippets.

@steelydylan
Last active August 10, 2018 03:25
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 steelydylan/eff0c6f18ca41461871803c82fc9b7bc to your computer and use it in GitHub Desktop.
Save steelydylan/eff0c6f18ca41461871803c82fc9b7bc to your computer and use it in GitHub Desktop.
a-blog cmsでjQueryの3系を利用したい場合
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-migrate-3.0.0.min.js" charset="UTF-8"></script>
<!-- BEGIN_MODULE Js -->
<script src="%{ROOT_DIR}acms.js{arguments}" charset="UTF-8" id="acms-js"></script><!-- END_MODULE Js -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment