.radio()

Selects all elements of type radio.

.ready()

Specify a function to execute when the DOM is fully loaded.

.remove()

Remove the set of matched elements from the DOM.

.removeAttr()

Remove an attribute from each element in the set of matched elements.

.removeClass()

Remove a single class, multiple classes, or all classes from each element in the set of matched elements.

.removeData()

Remove a previously-stored piece of data.

.removeProp()

Remove a property for the set of matched elements.

.replaceAll()

Replace each target element with the set of matched elements.

.replaceWith()

Replace each element in the set of matched elements with the provided new content.

.reset()

Selects all elements of type reset.

.resize()

Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.