Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<meta charset=utf-8 />
<title>TEST</title>
<style>
  body { font: 8pt sans-serif; }
  p { display: inline; }
  #ventriloStatus{ width: 600px; }
</style>
</head>
<body>
  <h1>Test</h1>
  <div id="check"></div>
</body>
</html>
 
var result = null;
var scriptUrl = "http://www.google.com/";
     $.get(scriptUrl, function(data) {
            result = $(data).html() || "Error";
            $('#check').append(result);
     });
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers