Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <script src="http://code.jquery.com/jquery-1.7.0.min.js"></script>
  </head>
  <body>
  
    <p>
      Change jquery version to 1.7.0 and see that both buttons works.
    </p>
    
    <button id="js">focus using javascript focus</button>
    <button id="jq">focus using jquery focus (not working)</button>
    <input id="focusable">
  </body>
</html>
Output

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

Dismiss x
public
Bin info
nevespro
0viewers