CSS
-
.addClass()
Attributes | Class Attribute | CSS
Adds the specified class(es) to each of the set of matched elements.
-
.addSprite()
Add sprite icon classes to each of the set of matched elements.
-
color.alpha()
Get the "alpha" component of the color.
-
color.blend()
Blend the color.
-
color.blue()
Set the "blue" component of the color.
-
color.green()
Get the "green" component of the color.
-
color.hsla()
Get the "hsla" component of the color.
-
color.hue()
Get the "hue" component of the color.
-
color.is()
Check whether the color is equal to an other color.
-
jQuery.Color()
Create a manipulable color object.
-
color.lightness()
Get the "lightness" component of the color.
-
color.red()
Get the "red" component of the color.
-
color.rgba()
Get the "rgbs" components of the color.
-
color.saturation()
Get the "saturation" component of the color.
-
color.toHexString()
Get hex color string.
-
color.toHslaString()
Get hsla color string.
-
color.toRgbaString()
Get rgba color string.
-
color.transition()
Transform the color.
-
color.valid()
Check whether the parsed css color is valid.
-
.contextOrientation()
Set position to each of the set of matched elements related to an event or other element.
-
.css()
Get the value of a style property for the first element in the set of matched elements.
-
jQuery.cssHooks
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
-
ep.dict()
Get a dictionary object for translation.
-
.equalHeight()
Set the heigh of a highest element in the set of matched elements to each of the set of matched elements.
-
.equalInnerHeight()
Set the heigh of a innerHighest element in the set of matched elements to each of the set of matched elements.
-
.equalInnerWidth()
Set the innerWidth of a broadest element in the set of matched elements to each of the set of matched elements.
-
.equalOuterHeight()
Set the heigh of a outerHighest element in the set of matched elements to each of the set of matched elements.
-
.equalOuterWidth()
Set the outerWidth of a broadest element in the set of matched elements to each of the set of matched elements.
-
.equalWidth()
Set the width of a broadest element in the set of matched elements to each of the set of matched elements.
-
.hasClass()
Attributes | Class Attribute | CSS
Determine whether any of the matched elements are assigned the given class.
-
.hasSprite()
Determine whether the first of the matched elements are assigned spite icon classes.
-
.height()
CSS | Dimensions | Style Properties
Get the current computed height for the first element in the set of matched elements.
-
.innerHeight()
CSS | Dimensions | Style Properties
Get the current computed height for the first element in the set of matched elements, including padding but not border.
-
.innerWidth()
CSS | Dimensions | Style Properties
Get the current computed width for the first element in the set of matched elements, including padding but not border.
-
.offset()
CSS | Offset | Style Properties
Get the current coordinates of the first element in the set of matched elements, relative to the document.
-
.outerHeight()
CSS | Dimensions | Style Properties
Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns an integer (without "px") representation of the value or null if called on an empty set of elements.
-
.outerWidth()
CSS | Dimensions | Style Properties
Get the current computed width for the first element in the set of matched elements, including padding and border.
-
.position()
CSS | Offset | Style Properties | UI
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
-
.removeClass()
Attributes | Class Attribute | CSS
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
-
.removeSprite()
Remove sprite icon classes from each of the set of matched elements.
-
.scrollLeft()
CSS | Offset | Style Properties
Get the current horizontal position of the scroll bar for the first element in the set of matched elements.
-
.scrollTop()
CSS | Offset | Style Properties
Get the current vertical position of the scroll bar for the first element in the set of matched elements.
-
'border-bottom-left-radius' Style Property
Set/get CSS border radius for bottom left corner.
-
'border-bottom-right-radius' Style Property
Set/get CSS border radius for bottom right corner.
-
'border-radius' Style Property
Set/get CSS border radius.
-
'border-top-left-radius' Style Property
Set/get CSS border radius for top left corner.
-
'border-top-right-radius' Style Property
Set/get CSS border radius for top right corner.
-
.toggleClass()
Attributes | Class Attribute | CSS
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 switch argument.
-
.width()
CSS | Dimensions | Style Properties
Get the current computed width for the first element in the set of matched elements.