Skip to content

Instantly share code, notes, and snippets.

@shundroid
Last active January 2, 2018 03:41
Show Gist options
  • Save shundroid/770e9abd68b061671a18 to your computer and use it in GitHub Desktop.
Save shundroid/770e9abd68b061671a18 to your computer and use it in GitHub Desktop.
document.addEventListener("DOMContentLoaded", () => {
var movejs = document.createElement("script");
movejs.src = "<インストール先>/bower_components/move.js/move.min.js"; // move.jsのインストール先
document.head.appendChild(movejs);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment