.context

The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.

.jquery

A string containing the jQuery version number.

jQuery.error()

Takes a string and throws an exception containing it.

.pushStack()

Add a collection of DOM elements onto the jQuery stack.

.selector

A selector representing selector passed to jQuery(), if any, when creating the original set.

@jQuery API