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-1.8.0.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  
</body>
</html>
 
$(function() {
  //$('body').append($('<img />').attr('src', 'http://www-wales.ch.cam.ac.uk/~wales/CCD/Thomson2/gif/480.gif'));
  var imageload = $('<img />').attr('src','http://www-wales.ch.cam.ac.uk/~wales/CCD/Thomson2/gif/480.gif');
$("body").append(imageload);
})();
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers