/ Published in: JavaScript
explained@/via, just changed the script to add the new script to the 'html' element, because there might not always be a 'body' element (on some bad coded sites)
Expand |
Embed | Plain Text
javascript:var%20s=document.createElement('script');s.setAttribute('src','http://code.jquery.com/jquery-latest.js');document.getElementsByTagName('html')[0].appendChild(s);alert('thank%20you%20for%20using%20jquery!');void(s);
You need to login to post a comment.
