addClass(el, clazz) | |
compoundEvent(stem, event, subevent) | |
consume(e, doNotPreventDefault) | Consume the given event, using stopPropagation() if present or returnValue if not, and optionally also calling preventDefault() . |
createElement(tag, style, clazz, atts) | |
createElementNS(ns, tag, style, clazz, atts) | |
findParent(el, selector, container, matchOnElementAlso) | |
getClass(el) | |
getElementType(el) | |
getEventSource(e) | |
getPageLocation(e) | Gets the page location for the given event, abstracting out differences between touch and mouse events. |
getTouch(touches, idx) | |
hasClass(el, clazz) | |
isArrayLike(el) | |
isInsideParent(instance, _el, pos) | |
isNodeList(el) | |
isSVGElement(el) | |
matchesSelector(el, selector, ctx) | |
newInstance(defaults) | |
offsetSize(el) | Gets the offset width and offset height of the given element. Not safe for SVG elements. This method was previously exported as size but has been renamed in order to reflect the fact that it uses offsetWidth and offsetHeight, which are not set on SVG elements. |
pageLocation(e) | |
ready(f) | |
registerEndpointRenderer(name, fns) | |
removeClass(el, clazz) | |
svgWidthHeightSize(el) | |
svgXYPosition(el) | |
toggleClass(el, clazz) | |
touchCount(e) | |
touches(e) | |