Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Click me once only</title>
    <script type="text/javascript"
    src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
    </script>0
    <script type="text/javascript">
        $(function() {
            $("#Submit1").one('click', function() {
              $(this).val("No more alerts");
              alert('hii');
            });
        });
    </script>
</head>
<body>
    <input id="Submit1" type="submit" value="submit" />
</body>
</html>
  
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