Also in: Traversing > Miscellaneous Traversing | Removed .andSelf() Add the previous set of elements on the stack to the current set.
Also in: Events > Browser Events | Removed .error() Bind an event handler to the “error” event, or trigger that event on an element.
Also in: Events > Document Loading | Removed .load() Bind an event handler to the “load” event, or trigger that event on an element.
Also in: Miscellaneous > DOM Element Methods | Removed .size() Return the number of elements in the jQuery object.
Also in: Events > Mouse Events | Removed .toggle() Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Also in: Events > Document Loading | Removed .unload() Bind an event handler to the “unload” event, or trigger that event on an element.