Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<style>
  p { margin:10px;padding:5px;border:2px solid #666; width:250px; position:relative; }
</style>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
</head>
<body>
<p class='thumb'>Hello</p>
<script>
  $(function(){
    $(".thumb").animate({left : 200},'slow');
  });
</script>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers