This repository was archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
DOM
Alexis edited this page Sep 14, 2020
·
2 revisions
| DOM Element |
|---|
| pg('#selector').on(event, callback) |
| .setAttribute(attr, value) |
| .val() returns the value |
| .keyup() |
| .hide() |
| .html() |
| .val() |
| .setAttribute() |
| .getNamedItem() |
| .aKey() |
| .attr() |
| .blur() |
| .childElCount() |
| .clist() |
| .click() |
| .clientHeight() |
| .clientLeft() |
| .clientTop() |
| .clientWidth() |
| .cloneNode() |
| .closest() |
| .contains() |
| .contentEditTable() |
| .dir() |
| .exitFullScreen() |
| .firstChild() |
| .firstElementChild() |
| .focus() |
| .getAttribute() |
| .getAttributeNode() |
| .hasAttributes() |
| .hasChildNodes() |
| .id() |
| .text() |
| .insertAdjancentHTML() |
| .insertAdjancentText() |
| .iscontentEditable() |
| .isSameNode() |
| .lang() |
| .lastChild() |
| .lastElementChild() |
| .matches() |
| .nameSapceURI() |
| .nextSibling() |
| .nextElementSibling() |
| .nodeName() |
| .nodeType() |
| .nodeValue() |
| .normalize() |
| .offsetHeight() |
| .offsetWidth() |
| .offsetLeft() |
| .offsetParent() |
| .offsetTop() |
| .oHTML() |
| .outerText() |
| .ownerDocument() |
| .parentNode() |
| .parentElement() |
| .previousSibling() |
| .previousElementSibling() |
| .removeAttribute() |
| .removeChild() |
| .replaceChild() |
| .requestFullScreen() |
| .scrollHeight() |
| .scrollIntoView() |
| .scrollLeft() |
| .scrollTop() |
| .scrollWidth() |
| .setAttributeNode() |
| .tabIndex() |
| .tagName() |
| .textContent() |
| .title() |