Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-git1.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <span style="font-family: tahoma, arial, helvetica, sans-serif;
font-size: 10pt;">One
two:</span>
</body>
</html>
 
a = $("body").clone().find("script").remove().end().html();
a = a.replace(/\r?\n/g, ' ');
console.log(a);
Output

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

Dismiss x
public
Bin info
rafaelcastrocoutopro
0viewers