You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alert( "This displays if #foo is the first thing clicked in the body." );
53
+
alert( "This displays the first time #foo is clicked in the body." );
54
54
});
55
55
</code></pre>
56
56
<p>After the code is executed, a click on the element with ID <code>foo</code> will display the alert. Subsequent clicks will do nothing. This code is equivalent to:</p>
0 commit comments