.load()
Загружает данные с сервера (html) и вставляет в указанный элемент.
An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Свежие комментарии