html change 事件_html/css_WEB-ITnose

WBOY
풀어 주다: 2016-06-21 09:13:25
원래의
1509명이 탐색했습니다.

The change event is fired for 

事件在元素input,select,textarea的内容由用户改变的时候触发,并且不像input事件每一次的改变都触发。

Description

Depending on the kind of form element being changed and the way the user interacts with the element, the change event fires at a different moment:

When the element is activated (by clicking or using the keyboard) for  and ;

When the user commits the change explicitly (e.g. by selecting a value from a , by selecting a file in the file picker for , etc.);

When the element loses focus after its value was changed, but not commited (e.g. after editing the value of 

Different browsers do not always agree whether a change event should be fired for certain types of interaction. For example, keyboard navigation in  (see bug 126379).

描述

事件触发依赖于元素类型,触发方式以及触发不同时刻,如下所示

对于,元素激活时触发(通过点击或者键盘)

用户明确提交更改(例如,鼠标点击选取select,从 选取日期,从选取文件)

元素失去焦点时内容以改变,但并未提交(例如 

不同的游览器不保证特定类型的交互触发change事件。例如,在Gecko,除非用户点击enter或者从


引用:https://developer.mozilla.org/en-US/docs/Web/Events/change


**

怪不得很多change事件和预想的不一样。

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
최신 이슈
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!