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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Issue: in IE9 and IE7 (though the fiddle doesn't work with IE7, beacuse, well, its IE7), if you click on the button you'll get the click event (hello!), but when you click on the text, the click event doesn't fire. The emitted HTML shows why - the text is a span outside the input element, and the click event is only attached to the button.