Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>jQuery Example</title>
  
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
  
  <script>
    $(document).ready(function(){
      $("#img").draggable({containment:"body"});
    });
  </script>
</head>
<body>
  <img id="img" src="http://t2.gstatic.com/images?q=tbn:ANd9GcSL4f0jW-2zu2fMebt4KXv-AQWkcbAG0opDSS7CwDyuoHEzOxcI" />
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers