Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
                        <!doctype html>
<html>
 <head>
  <title>Sandbox</title>
  <meta charset="utf-8">
 </head>
  <style>
    .field
    {
                                                                                                                      
    }
    .field:before{
      content:"srinivas a\0000a velpua";
      white-space:pre;
    }
    </style>
 <body>
  <form>
    <div class="field"></div>
    
  </form>
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
 </body>
</html>
 
$(function() {
 $('input[type=text]').focus(function() {
  $(this).next('input[type=file]').css('background', 'lime').trigger('click');
 });
});
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers