Version 1.2
-
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.
-
Metaparse Configuration
Default values for future metaparse calls.
-
.datepicker()
Apply the Datepicker widget for each element in the set of matched elements
-
jQuery.decodeBASE64()
Decrypt a base64 string.
-
jQuery.encodeBASE64()
Encrypt a text or object as base64 string.
-
'touchswipedown' Special Event
Bind special event on touch swipedown.
-
'touchswipeleft' Special Event
Bind special event on touch swipeleft.
-
'touchswiperight' Special Event
Bind special event on touch swiperight.
-
'touchswipeup' Special Event
Bind special event on touch swipeup.
-
.metaparse()
Run jQuery methods instantly without script tags.
-
jQuery.scope()
Get an object from a scope string.
-
.scrollbox()
Apply the Scrollbox widget for each element in the set of matched elements.
-
jQuery.support.base64
Utilities | Properties of the Global jQuery Object
Support of native base64 methods.
-
jQuery.support.JSON
Utilities | Properties of the Global jQuery Object
Support of native JSON methods.
-
jQuery.toJSON()
Takes a JavaScript object and returns the resulting well-formed JSON string.