Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <head>
    
    <meta charset="utf-8">
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>  
    
    <script>
      $(function() {
        $('#center').click(function() {
          $('#center').transition({ x: 280 }, 400); 
        });
      });
    </script>
  </head>
  
    <body>
    <div id='menu'>Left</div>
      <div id='center'>Center this is ths cente of th </div>
      <div class='clear'></div> 
  </body>
    <script src="/lifee.js"></script>
 </html>
Output

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

Dismiss x
public
Bin info
ianpro
0viewers