Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <head>
    <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script> 
  </head>
  <body>
     <div>       
        <textarea class="txt" type="text"
        value="Some Text Some Text Some Text" /></textarea><br />
    </div>
    <script type="text/javascript">
      
      
    $(".txt").focus(function(){
    $(this).animate({           
        width: '100px',
        height: '200px'
    },"slow");
        
        
     
        
        
     
        
        
});
      
      
    </script>
  </body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers