Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. //first of all i'd load jQuery from google
  2. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  3.  
  4. //then something like
  5.  
  6. $(document).ready(function(){
  7.  
  8.  $(document.body).append("<script src='your script here...'></script>");
  9.  
  10.  
  11. });