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
<p>After this code executes, clicks on <samp>Trigger the handler</samp> will also alert the message. The message will display twice, because the handler has been bound to the <code>change</code> event on both of the form elements.</p>
54
54
<p>As of jQuery 1.4, the <code>change</code> event bubbles in Internet Explorer, behaving consistently with the event in other modern browsers.</p>
55
+
<divclass="warning">
56
+
<p><strong>Note: </strong>Changing the value of an input element using JavaScript, using <ahref="/val"><code>.val()</code></a> for example, won't fire the event.</p>
57
+
</div>
55
58
</longdesc>
56
59
<example>
57
60
<desc>Attaches a change event to the select that gets the text for each selected option and writes them in the div. It then triggers the event for the initial text draw.</desc>
0 commit comments