Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. var script = document.createElement('script');
  2. script.src = 'http://code.jquery.com/jquery-3.2.0.min.js';
  3. script.type = 'text/javascript';
  4. document.getElementsByTagName('head')[0].appendChild(script);
  5. function getURIs()
  6. {
  7. var a = $("a"); $.each(a,function(b,c){console.log(c.href);});
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement