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

Untitled

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 0.46 KB  |  hits: 15  |  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.  
  2. <html>
  3.   <head>
  4.     <title>Spec Watchr Console</title>
  5.   </head>
  6.   <body>
  7.     <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  8.     <script type="text/javascript">
  9.       $.get(
  10.           'console-output.html',
  11.           null,
  12.           function(data)
  13.           {
  14.             $("#output").html(data);
  15.           });  
  16.     </script>
  17.     <div id="output">
  18.     </div>
  19.   </body>
  20. </html>