Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
    <head>
        <style>
            body{
                background-color: #272822;
                color:white;
                font-size:2em;
                font-family: georgia;
            }
        </style>
    </head>
    <body>
        <input type="text" id="target"></textarea>
        <p id="status"></p>
        <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
        <script>
            $('#target').on('focus blur', function(e){
                $('#status').html(e.type);
            })
        </script>
    </body>
</html>
Output

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

Dismiss x
public
Bin info
egoingpro
0viewers