Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <title></title>
  <head>
<meta name="description" content="[add your bin description]" />
<script src="//code.jquery.com/jquery-git2.js"></script>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script></head>
  <body>uuu
    <div class="header">
      alert(123456);
  zxzx   
      <input type='submit' value='click me' onclick='doin()'>
    </div>
    <p id='check'></p>
    </p>
  </body>
</html>
 
.header {
  max-width:100%;
  background-color:#dedede
}
 
function doin(){
 document.getElementById('check').innerHTML = 'gddfgfggf Working';
}
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