Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <!-- when textfeild get a it should alert  -->
<input type="text" id="a" oninput="alert('a')">
  <input type="button" onclick="document.getElementById('a').value='a'">
</body>
</html>
Output

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

Dismiss x
public
Bin info
maqboolurrahimpro
0viewers