jQuery – outerWidth() Method
The outerWidth() method returns the outer width of the FIRST matched element, including padding and border.
The outerWidth() method returns the outer width of the FIRST matched element, including padding and border.
The param() method creates a serialized representation of an array or an object.
The parent() method returns the direct parent element of the selected element.
The parents() method returns all ancestor elements (parent, grandparent, great-grandparent, and so on) of the selected element.
The .param() method creates a serialized representation of an array or an object.
The parentsUntil() method returns all ancestor elements(parent, grandparent, great-grandparent, and so on) between the selector and stop.
The position() method returns the element’s top and left position, in pixels (relative to its parent), of the first matched element.
The prepend() method inserts specified content (HTML tags, jQuery objects, DOM elements) at the beginning of the selected elements.
The prependTo() method inserts HTML elements at the beginning of the selected element or elements.
The prev() method returns the previous sibling element of the selected element.
The prevAll() method returns all previous sibling elements of the selected element.
The prevUntil() method returns all previous sibling elements between the selector and stop.
The $.proxy() method takes an existing function and returns a new one with a particular context.
The queue() method shows the queue of functions waiting to be executed on the selected element.
The ready event occurs when the DOM (document object model) has been loaded and is ready for scripting.
The remove() method removes the selected elements, including all text and child nodes.
The removeData() method removes data previously set with the data() method.
The removeAttr() method removes one or more attributes from the selected elements.