Skip to content

Instantly share code, notes, and snippets.

@aligator28
Created October 5, 2016 11:20
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 aligator28/e3131813bbfcbc76c8e31272eb027697 to your computer and use it in GitHub Desktop.
Save aligator28/e3131813bbfcbc76c8e31272eb027697 to your computer and use it in GitHub Desktop.
Dynamic javascript loading, Динамическая загрузка js
// var script = document.createElement('script');
// script.src = 'http://cdn.jsdelivr.net/jquery.validation/1.15.1/jquery.validate.min.js';
// script.onload = function () {
// };
// document.head.appendChild(script); //or something of the likes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment