킥복싱의 각종 자료실

event.target 프로퍼티 본문

퍼블리싱/JavaScript

event.target 프로퍼티

킥복싱 2020. 3. 4. 15:17
SMALL

attributes: NamedNodeMap

baseURI: "file:///C:/Test.html"

childElementCount: 0

childNodes: NodeList[1]

children: HTMLCollection[0]

classList: DOMTokenList

className: ""

clientHeight: 36

clientLeft: 1

clientTop: 1

clientWidth: 1443

contentEditable: "inherit"

dataset: DOMStringMap

dir: ""

draggable: false

firstChild: Text

firstElementChild: null

hidden: false

id: ""

innerHTML: "click"

innerText: "click"

isContentEditable: false

lang: ""

lastChild: Text

lastElementChild: null

localName: "span"

namespaceURI: "http://www.w3.org/1999/xhtml"

nextElementSibling: null

nextSibling: null

nodeName: "SPAN"

nodeType: 1

nodeValue: null

offsetHeight: 38

offsetLeft: 26

offsetParent: HTMLBodyElement

offsetTop: 62

offsetWidth: 1445

onabort: null

onbeforecopy: null

onbeforecut: null

onbeforepaste: null

onblur: null

onchange: null

onclick: null

oncontextmenu: null

oncopy: null

oncut: null

ondblclick: null

ondrag: null

ondragend: null

ondragenter: null

ondragleave: null

ondragover: null

ondragstart: null

ondrop: null

onerror: null

onfocus: null

oninput: null

oninvalid: null

onkeydown: null

onkeypress: null

onkeyup: null

onload: null

onmousedown: null

onmousemove: null

onmouseout: null

onmouseover: null

onmouseup: null

onmousewheel: null

onpaste: null

onreset: null

onscroll: null

onsearch: null

onselect: null

onselectstart: null

onsubmit: null

onwebkitfullscreenchange: null

outerHTML: "<span>click</span>"

outerText: "click"

ownerDocument: HTMLDocument

parentElement: HTMLElement

parentNode: HTMLElement

prefix: null

previousElementSibling: null

previousSibling: null

scrollHeight: 36

scrollLeft: 0

scrollTop: 0

scrollWidth: 1443

spellcheck: true

style: CSSStyleDeclaration

tabIndex: -1

tagName: "SPAN"

textContent: "click"

title: "" webkitdropzone: ""

__proto__: HTMLSpanElement

 

정리 해놓고 두고두고 써야지.

LIST
Comments