/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var e = document.createElement('script'); e.src = "http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"; document.body.appendChild(e); $=jQuery;