jQuery 'input' event

后端 未结 8 749
执念已碎
执念已碎 2020-11-22 08:53

I\'ve never heard of an event in jQuery called input till I saw this jsfiddle.

Do you know why it\'s working? Is it an alias for keyup or s

8条回答
  •  爱一瞬间的悲伤
    2020-11-22 09:22

    Be Careful while using INPUT. This event fires on focus and on blur in IE 11. But it is triggered on change in other browsers.

    https://connect.microsoft.com/IE/feedback/details/810538/ie-11-fires-input-event-on-focus

提交回复
热议问题