Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<div id="box">hai</div>
 
$('<input />').appendTo("#box");
    $('#box input').focusout(function() {
        var userInput = $(this).val();
      alert(userInput);
        $(this).remove();
    });
Output

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

Dismiss x
public
Bin info
itsamithspro
0viewers