.getResult(reverseIndex)
.pushResult(result)
.each(action)
.wait(millis, callback)
.nodeName()
.uuid()
.html(content, asText)
.css(css, options)
.show()
.hide(andIgnore)
.fadeIn(tween, callback)
.fadeOut(tween, callback, andIgnore)
.animateCSS(css)
.animate(animator, duration, easing, callback)
.classify(className)
.declassify(className)
.hasClass(className, ifAny)
.setOpacity(opacity)
.sumOf(method)
.height(height, options)
.width(width, options)
.x(absolute, mark)
.y(absolute)
.position(x, y, tween, units)
.scrollLeft(value)
.scrollTop(value)
.focus()
.blur()
.selectAll()
.getStyle(prop, returnValue)
.value(newValue, options)
.attr(key, value, returnValue)
.prop(key, value, returnValue)
.enable()
.disable()
.enabled(newValue)
.addEvent(eventType, handler, useCapture)
.removeEvent(eventType, handler, useCapture)
.fireEvent(type, e)
.appendChild(child)
.insertBefore(child, before)
.insertInto(what)
.remove()
.destroy()
.query(search, options)
.clone(deep, newParent)
.count()
.exists()
.next()
.prev()
.previous()
.firstChild()
.lastChild()
.nthChild(n)
.first(n)
.last(n)
.index(i, n)
.siblings()
.parent()
.children()
.submit()
.selection(start, end)
.template(templateFields)
.on(eventType, handler, useCapture)