Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var head = document.getElementsByTagName('head')[0];
- var script = document.createElement('script');
- script.type = 'text/javascript';
- script.src = 'http://code.jquery.com/jquery-latest.min.js';
- script.onload = function()
- {
- // jQuery code here
- }
- head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement