The main function of the key filter plugin that can be called on an input field to set up the key filter. Also contains some default and global configuration for the key filter.
The number of elements in the jQuery object.
The main function of the TouchSwipe plugin
Also contains some constants and the default settings.
Create a new jQuery object with elements added to the set of matched elements.
A string representing a selector expression to find additional elements to add to the set of matched elements.
The point in the document at which the selector should begin matching; similar to the context argument of the $(selector, context) method.
Create a new jQuery object with elements added to the set of matched elements.
@param selector_elements_html_selection
selector
— A string representing a selector expression to find additional elements to add to the set of matched elements. elements
— One or more elements to add to the set of matched elements. html
— An HTML fragment to add to the set of matched elements. selection
— An existing jQuery object to add to the set of matched elements.Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
A string containing a selector expression to match the current set of elements against.
Adds the specified class(es) to each element in the set of matched elements.
@param className_function
className
— One or more space-separated classes to be added to the class attribute of each matched element. function
— A function returning one or more space-separated class names to be added to the existing class
name(s). Receives the index position of the element in the set and the existing class name(s) as
arguments. Within the function, this
refers to the current element in the set.Insert content, specified by the parameter, after each element in the set of matched elements.
One or more additional DOM elements, text nodes, arrays of elements and text nodes, HTML strings, or jQuery objects to insert after each element in the set of matched elements.
Insert content, specified by the parameter, after each element in the set of matched elements.
@param function_functionーhtml
function
— A function that returns an HTML string, DOM element(s), text node(s), or jQuery object to insert
after each element in the set of matched elements. Receives the index position of the element in the
set as an argument. Within the function, this
refers to the current element in the set. functionーhtml
— A function that returns an HTML string, DOM element(s), text node(s), or jQuery object to insert
after each element in the set of matched elements. Receives the index position of the element in the
set and the old HTML value of the element as arguments. Within the function, this
refers to the
current element in the set.Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
The function to be invoked.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
The function to be invoked.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
The function to be invoked.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
The function to be invoked.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
The function to be invoked.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
The function to be invoked.
Perform a custom animation of a set of CSS properties.
An object of CSS properties and values that the animation will move toward.
A string or number determining how long the animation will run.
A string indicating which easing function to use for the transition.
A function to call once the animation is complete, called once per matched element.
Perform a custom animation of a set of CSS properties.
An object of CSS properties and values that the animation will move toward.
@param duration_easing
duration
— A string or number determining how long the animation will run. easing
— A string indicating which easing function to use for the transition.A function to call once the animation is complete, called once per matched element.
Perform a custom animation of a set of CSS properties.
An object of CSS properties and values that the animation will move toward.
A map of additional options to pass to the method.
Perform a custom animation of a set of CSS properties.
An object of CSS properties and values that the animation will move toward.
A function to call once the animation is complete, called once per matched element.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
One or more additional DOM elements, text nodes, arrays of elements and text nodes, HTML strings, or jQuery objects to insert at the end of each element in the set of matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
A function that returns an HTML string, DOM element(s), text node(s), or jQuery object to insert at
the end of each element in the set of matched elements. Receives the index position of the element
in the set and the old HTML value of the element as arguments. Within the function, this
refers to
the current element in the set.
Insert every element in the set of matched elements to the end of the target.
A selector, element, HTML string, array of elements, or jQuery object; the matched set of elements will be inserted at the end of the element(s) specified by this parameter.
Set one or more attributes for the set of matched elements.
The name of the attribute to set.
@param value_function
value
— A value to set for the attribute. If null
, the specified attribute will be removed (as in `.removeAttr()`). function
— A function returning the value to set. this
is the current element. Receives the index position of
the element in the set and the old attribute value as arguments.Set one or more attributes for the set of matched elements.
An object of attribute-value pairs to set.
Get the value of an attribute for the first element in the set of matched elements.
The name of the attribute to get.
Insert content, specified by the parameter, before each element in the set of matched elements.
One or more additional DOM elements, text nodes, arrays of elements and text nodes, HTML strings, or jQuery objects to insert before each element in the set of matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.
@param function_functionーhtml
function
— A function that returns an HTML string, DOM element(s), text node(s), or jQuery object to insert
before each element in the set of matched elements. Receives the index position of the element in
the set as an argument. Within the function, this
refers to the current element in the set. functionーhtml
— A function that returns an HTML string, DOM element(s), text node(s), or jQuery object to insert
before each element in the set of matched elements. Receives the index position of the element in
the set and the old HTML value of the element as arguments. Within the function, this
refers to the
current element in the set.Attach a handler to an event for the elements.
A string containing one or more DOM event types, such as "click" or "submit," or custom event names.
An object containing data that will be passed to the event handler.
A function to execute each time the event is triggered.
Attach a handler to an event for the elements.
A string containing one or more DOM event types, such as "click" or "submit," or custom event names.
@param handler_preventBubble
handler
— A function to execute each time the event is triggered. preventBubble
— Setting the third argument to false will attach a function that prevents the default action from
occurring and stops the event from bubbling. The default is true
.Attach a handler to an event for the elements.
An object containing one or more DOM event types and functions to execute for them.
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
An object containing data that will be passed to the event handler.
A function to execute each time the event is triggered.
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
A function to execute each time the event is triggered.
Bind an event handler to the "change" JavaScript event, or trigger that event on an element.
An object containing data that will be passed to the event handler.
A function to execute each time the event is triggered.
Bind an event handler to the "change" JavaScript event, or trigger that event on an element.
A function to execute each time the event is triggered.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
A string containing a selector expression to match elements against.
Remove from the queue all items that have not yet been run.
A string containing the name of the queue. Defaults to fx, the standard effects queue.
Bind an event handler to the "click" JavaScript event, or trigger that event on an element.
An object containing data that will be passed to the event handler.
A function to execute each time the event is triggered.
Bind an event handler to the "click" JavaScript event, or trigger that event on an element.
A function to execute each time the event is triggered.
Create a deep copy of the set of matched elements.
A Boolean indicating whether event handlers and data should be copied along with the elements. The default value is false. *In jQuery 1.5.0 the default value was incorrectly true; it was changed back to false in 1.5.1 and up.
A Boolean indicating whether event handlers and data for all children of the cloned element should be copied. By default its value matches the first argument's value (which defaults to false).
Copies all CSS style properties from this element to the target element
Target element to which to copy the CSS style properties.
Copies the given CSS style property from this element to the target element.
Target element to which to copy the style.
Name of the CSS style property.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
A string containing a selector expression to match elements against.
A DOM element within which a matching element may be found.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
@param selector_selection_element
selector
— A string containing a selector expression to match elements against. selection
— A jQuery object to match elements against. element
— An element to match elements against.Unselects all selected text of an INPUT or TEXTAREA element.
this for chaining.
Get the children of each element in the set of matched elements, including text and comment nodes.
Bind an event handler to the "contextmenu" JavaScript event, or trigger that event on an element.
An object containing data that will be passed to the event handler.
A function to execute each time the event is triggered.
Bind an event handler to the "contextmenu" JavaScript event, or trigger that event on an element.
A function to execute each time the event is triggered.
Creates a new image Cropper on the current elements.
this jQuery instance for chaining.
Invokes a method on the Cropper instance and returns the result.
Name of a method that exists on the Cropper instance.
Name of a method that exists on the Cropper instance.
Arguments required by the given cropper method.
The value as it returned by the cropper instance method.
Set one or more CSS properties for the set of matched elements.
A CSS property name.
@param value_function
value
— A value to set for the property. function
— A function returning the value to set. this
is the current element. Receives the index position of
the element in the set and the old value as arguments.Set one or more CSS properties for the set of matched elements.
An object of property-value pairs to set.
Get the computed style properties for the first element in the set of matched elements.
A CSS property.
Get the computed style properties for the first element in the set of matched elements.
An array of one or more CSS properties.
Starts slideshow mode.
Name of the method to invoke on the image cycle instance.
this for chaining.
Stops slideshow mode.
Name of the method to invoke on the image cycle instance.
this for chaining.
Stops or starts slideshow mode.
Name of the method to invoke on the image cycle instance.
this for chaining.
Switches to the next image.
Name of the method to invoke on the image cycle instance.
this for chaining.
Pauses slideshow mode.
Name of the method to invoke on the image cycle instance.
this for chaining.
Switches to the previous image.
Name of the method to invoke on the image cycle instance.
this for chaining.
Removes the slideshow from this element.
Name of the method to invoke on the image cycle instance.
this for chaining.
Switches to the image with given index.
0-based index of the image to switch to.
this for chaining.
Store arbitrary data associated with the matched elements.
A string naming the piece of data to set.
The new data value; this can be any Javascript type except undefined
.
Store arbitrary data associated with the matched elements.
An object of key-value pairs of data to update.
Return the value at the named data store for the first element in the jQuery collection, as set by data(name, value) or by an HTML5 data-* attribute.
Name of the data stored.
undefined
is not recognized as a data value. Calls such as .data( "name", undefined )
will return the jQuery object that it was called on, allowing for chaining.
Return the value at the named data store for the first element in the jQuery collection, as set by data(name, value) or by an HTML5 data-* attribute.
Name of the data stored.
Return the value at the named data store for the first element in the jQuery collection, as set by data(name, value) or by an HTML5 data-* attribute.
Initializes the date picker on the current elements.
Optional settings for configuring the date picker.
This JQuery instance for chaining.
Retrieves the current date picker instance.
Name of the method to call on the widget.
The current date picker instance, or undefined
if the widget was not yet initialized.
Removes the widget functionality completely. This will return the element back to its pre-init state.
Name of the method to call on the widget.
This JQuery instance for chaining.
Returns a JQuery object containing the original element or other relevant generated elements.
Name of the method to call on the widget.
A JQuery object with the original element or other relevant generated elements.
Finds the current option of the date picker widget.
Name of the method to call on the widget.
The current options of this date picker widget.
Updates the current options with the given options.
Name of the method to call on the widget.
This JQuery instance for chaining.
Finds the value of the given option.
Name of an option to retrieve.
Name of the method to call on the widget.
Name of an option to retrieve.
The value of the given option.
Sets the value of the given option to the given value.
Name of an option to set.
Name of the method to call on the widget.
Name of an option to set.
Value of the option to set.
This JQuery instance for chaining.
Calls a method of the JQueryPrimeDatePicker.PickerInstance and return the result.
Name of the method to call on the widget.
Name of the method to call on the widget.
Arguments as required by the JQueryPrimeDatePicker.PickerInstance method.
The value as returned by the JQueryPrimeDatePicker.PickerInstance method. Return this JQuery instance for chaining when the instance method has no return value.
Initialize a datepicker
Removes the datepicker functionality completely. This will return the element back to its pre-init state.
'destroy'
Opens the datepicker in a dialog box.
'dialog'
The initial date.
A callback function when a date is selected. The function receives the date text and date picker instance as parameters.
The new settings for the date picker.
The position of the top/left of the dialog as [x, y] or a MouseEvent that contains the coordinates. If not specified the dialog is centered on the screen.
Opens the datepicker in a dialog box.
'dialog'
The initial date.
A callback function when a date is selected. The function receives the date text and date picker instance as parameters.
The new settings for the date picker.
The position of the top/left of the dialog as [x, y] or a MouseEvent that contains the coordinates. If not specified the dialog is centered on the screen.
Opens the datepicker in a dialog box.
'dialog'
The initial date.
A callback function when a date is selected. The function receives the date text and date picker instance as parameters.
The new settings for the date picker.
The position of the top/left of the dialog as [x, y] or a MouseEvent that contains the coordinates. If not specified the dialog is centered on the screen.
Opens the datepicker in a dialog box.
'dialog'
The initial date.
A callback function when a date is selected. The function receives the date text and date picker instance as parameters.
The new settings for the date picker.
The position of the top/left of the dialog as [x, y] or a MouseEvent that contains the coordinates. If not specified the dialog is centered on the screen.
Returns the current date for the datepicker or null if no date has been selected.
'getDate'
Close a previously opened date picker.
'hide'
Determine whether a date picker has been disabled.
'isDisabled'
Redraw the date picker, after having made some external modifications.
'refresh'
Sets the date for the datepicker. The new date may be a Date object or a string in the current date format (e.g., "01/26/2009"), a number of days from today (e.g., +7) or a string of values and periods ("y" for years, "m" for months, "w" for weeks, "d" for days, e.g., "+1m +7d"), or null to clear the selected date.
'setDate'
The new date.
Sets the date for the datepicker. The new date may be a Date object or a string in the current date format (e.g., "01/26/2009"), a number of days from today (e.g., +7) or a string of values and periods ("y" for years, "m" for months, "w" for weeks, "d" for days, e.g., "+1m +7d"), or null to clear the selected date.
'setDate'
The new date.
Open the date picker. If the datepicker is attached to an input, the input must be visible for the datepicker to be shown.
'show'
Returns a jQuery object containing the datepicker.
'widget'
Get the altField option, after initialization
'option'
'altField'
Set the altField option, after initialization
'option'
'altField'
An input element that is to be updated with the selected date from the datepicker. Use the altFormat option to change the format of the date within this field. Leave as blank for no alternate field.
Set the altField option, after initialization
'option'
'altField'
An input element that is to be updated with the selected date from the datepicker. Use the altFormat option to change the format of the date within this field. Leave as blank for no alternate field.
Set the altField option, after initialization
'option'
'altField'
An input element that is to be updated with the selected date from the datepicker. Use the altFormat option to change the format of the date within this field. Leave as blank for no alternate field.
Get the altFormat option, after initialization
'option'
'altFormat'
Set the altFormat option, after initialization
'option'
'altFormat'
The dateFormat to be used for the altField option. This allows one date format to be shown to the user for selection purposes, while a different format is actually sent behind the scenes. For a full list of the possible formats see the formatDate function
Get the appendText option, after initialization
'option'
'appendText'
Set the appendText option, after initialization
'option'
'appendText'
The text to display after each date field, e.g., to show the required format.
Get the autoSize option, after initialization
'option'
'autoSize'
Set the autoSize option, after initialization
'option'
'autoSize'
Set to true to automatically resize the input field to accommodate dates in the current dateFormat.
Get the beforeShow option, after initialization
'option'
'beforeShow'
Get the beforeShow option, after initialization
Set the beforeShow option, after initialization
'option'
'beforeShow'
A function that takes an input field and current datepicker instance and returns an options object to update the datepicker with. It is called just before the datepicker is displayed.
Get the beforeShow option, after initialization
'option'
'beforeShowDay'
Get the beforeShow option, after initialization
Set the beforeShow option, after initialization
'option'
'beforeShowDay'
A function that takes a date as a parameter and must return an array with: [0]: true/false indicating whether or not this date is selectable [1]: a CSS class name to add to the date's cell or "" for the default presentation [2]: an optional popup tooltip for this date The function is called for each day in the datepicker before it is displayed.
Get the buttonImage option, after initialization
'option'
'buttonImage'
Set the buttonImage option, after initialization
'option'
'buttonImage'
A URL of an image to use to display the datepicker when the showOn option is set to "button" or "both". If set, the buttonText option becomes the alt value and is not directly displayed.
Get the buttonImageOnly option, after initialization
'option'
'buttonImageOnly'
Set the buttonImageOnly option, after initialization
'option'
'buttonImageOnly'
Whether the button image should be rendered by itself instead of inside a button element. This option is only relevant if the buttonImage option has also been set.
Get the buttonText option, after initialization
'option'
'buttonText'
Get the autohide option, after initialization
'option'
'autohide'
Get the endDate after initialization
'option'
'endDate'
Set the buttonText option, after initialization
'option'
'buttonText'
The text to display on the trigger button. Use in conjunction with the showOn option set to "button" or "both".
Get the calculateWeek option, after initialization
'option'
'calculateWeek'
Get the calculateWeek option, after initialization
Set the calculateWeek option, after initialization
'option'
'calculateWeek'
A function to calculate the week of the year for a given date. The default implementation uses the ISO 8601 definition: weeks start on a Monday; the first week of the year contains the first Thursday of the year.
Get the changeMonth option, after initialization
'option'
'changeMonth'
Set the changeMonth option, after initialization
'option'
'changeMonth'
Whether the month should be rendered as a dropdown instead of text.
Get the changeYear option, after initialization
'option'
'changeYear'
Set the changeYear option, after initialization
'option'
'changeYear'
Whether the year should be rendered as a dropdown instead of text. Use the yearRange option to control which years are made available for selection.
Get the closeText option, after initialization
'option'
'closeText'
Set the closeText option, after initialization
'option'
'closeText'
The text to display for the close link. Use the showButtonPanel option to display this button.
Get the constrainInput option, after initialization
'option'
'constrainInput'
Set the constrainInput option, after initialization
'option'
'constrainInput'
When true, entry in the input field is constrained to those characters allowed by the current dateFormat option.
Get the currentText option, after initialization
'option'
'currentText'
Set the currentText option, after initialization
'option'
'currentText'
The text to display for the current day link. Use the showButtonPanel option to display this button.
Get the dateFormat option, after initialization
'option'
'dateFormat'
Set the dateFormat option, after initialization
'option'
'dateFormat'
The format for parsed and displayed dates. For a full list of the possible formats see the formatDate function.
Get the dayNames option, after initialization
'option'
'dayNames'
Set the dayNames option, after initialization
'option'
'dayNames'
The list of long day names, starting from Sunday, for use as requested via the dateFormat option.
Get the dayNamesMin option, after initialization
'option'
'dayNamesMin'
Set the dayNamesMin option, after initialization
'option'
'dayNamesMin'
The list of minimised day names, starting from Sunday, for use as column headers within the datepicker.
Get the dayNamesShort option, after initialization
'option'
'dayNamesShort'
Set the dayNamesShort option, after initialization
'option'
'dayNamesShort'
The list of abbreviated day names, starting from Sunday, for use as requested via the dateFormat option.
Get the defaultDate option, after initialization
'option'
'defaultDate'
Set the defaultDate option, after initialization
'option'
'defaultDate'
A date object containing the default date.
Set the defaultDate option, after initialization
'option'
'defaultDate'
A number of days from today. For example 2 represents two days from today and -1 represents yesterday.
Set the defaultDate option, after initialization
'option'
'defaultDate'
A string in the format defined by the dateFormat option, or a relative date. Relative dates must contain value and period pairs; valid periods are "y" for years, "m" for months, "w" for weeks, and "d" for days. For example, "+1m +7d" represents one month and seven days from today.
Get the duration option, after initialization
'option'
'duration'
Set the duration option, after initialization
'option'
'duration'
Control the speed at which the datepicker appears, it may be a time in milliseconds or a string representing one of the three predefined speeds ("slow", "normal", "fast").
Get the firstDay option, after initialization
'option'
'firstDay'
Set the firstDay option, after initialization
'option'
'firstDay'
Set the first day of the week: Sunday is 0, Monday is 1, etc.
Get the gotoCurrent option, after initialization
'option'
'gotoCurrent'
Set the gotoCurrent option, after initialization
'option'
'gotoCurrent'
When true, the current day link moves to the currently selected date instead of today.
Gets the value currently associated with the specified optionName.
'option'
The name of the option to get.
Initialize a datepicker with the given options
Initializes the datetimepicker on this element. It lets the user select both a date and a time (hour and minute).
Options for the datetimepicker.
this for chaining.
Sets and selects the given date.
Name of the method to invoke.
The new date to select. When not given, unselects the date.
this for chaining.
Finds the currently selected date of the datetimepicker.
Name of the method to invoke.
The currently selected date, or null
if no date is selected.
Enables the datetimepicker so that the user can now select a date.
Name of the method to invoke.
this for chaining.
Disables the datetimepicker so that the user cannot select a date anymore.
Name of the method to invoke.
this for chaining.
Sets the minimum allowed date the user may select.
Name of the method to invoke.
Name of the option to set.
New value for the option.
this for chaining.
Sets the maximum allowed date the user may select.
Name of the method to invoke.
Name of the option to set.
New value for the option.
this for chaining.
Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element.
An object containing data that will be passed to the event handler.
A function to execute each time the event is triggered.
Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element.
A function to execute each time the event is triggered.
Set a timer to delay execution of subsequent items in the queue.
An integer indicating the number of milliseconds to delay execution of the next item in the queue.
A string containing the name of the queue. Defaults to fx, the standard effects queue.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
A selector to filter the elements that trigger the event.
A string containing one or more space-separated JavaScript event types, such as "click" or "keydown," or custom event names.
An object containing data that will be passed to the event handler.
A function to execute each time the event is triggered.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
A selector to filter the elements that trigger the event.
A string containing one or more space-separated JavaScript event types, such as "click" or "keydown," or custom event names.
A function to execute each time the event is triggered.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
A selector to filter the elements that trigger the event.
A plain object of one or more event types and functions to execute for them.
Deletes the currently selected text of an INPUT or TEXTAREA element.
this for chaining.
Deletes the text at the given range of an INPUT or TEXTAREA element, optionally moving the cursor to the start of the range.
0-based index pointing to the start of the range to select (inclusive).
0-based index pointing to the end of the range to select (exclusive).
true
to position the cursor at the start of the given range, or false
otherwise.
this for chaining.
Execute the next function on the queue for the matched elements.
A string containing the name of the queue. Defaults to fx, the standard effects queue.
Remove the set of matched elements from the DOM.
A selector expression that filters the set of matched elements to be removed.
Iterate over a jQuery object, executing a function for each matched element.
A function to execute for each matched element.
Remove all child nodes of the set of matched elements from the DOM.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Reduce the set of matched elements to the one at the specified index.
An integer indicating the 0-based position of the element. An integer indicating the position of the element, counting backwards from the last element in the set.
Reduce the set of matched elements to the even ones in the set, numbered from zero.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
An object to merge onto the jQuery prototype.
Removes and returns the currently selected text of an INPUT or TEXTAREA element.
The text that was selected. Empty string if no text is selected. undefined
if this DOM element is not
supported.
Display the matched elements by fading them to opaque.
A string or number determining how long the animation will run.
A string indicating which easing function to use for the transition.
A function to call once the animation is complete, called once per matched element.
Display the matched elements by fading them to opaque.
@param duration_easing
duration
— A string or number determining how long the animation will run. easing
— A string indicating which easing function to use for the transition.A function to call once the animation is complete, called once per matched element.
Display the matched elements by fading them to opaque.
@param duration_easing_complete_options
duration
— A string or number determining how long the animation will run. easing
— A string indicating which easing function to use for the transition. complete
— A function to call once the animation is complete, called once per matched element. options
— A map of additional options to pass to the method.Hide the matched elements by fading them to transparent.
A string or number determining how long the animation will run.
A string indicating which easing function to use for the transition.
A function to call once the animation is complete, called once per matched element.
Hide the matched elements by fading them to transparent.
@param duration_easing
duration
— A string or number determining how long the animation will run. easing
— A string indicating which easing function to use for the transition.A function to call once the animation is complete, called once per matched element.
Hide the matched elements by fading them to transparent.
@param duration_easing_complete_options
duration
— A string or number determining how long the animation will run. easing
— A string indicating which easing function to use for the transition. complete
— A function to call once the animation is complete, called once per matched element. options
— A map of additional options to pass to the method.Adjust the opacity of the matched elements.
A string or number determining how long the animation will run.
A number between 0 and 1 denoting the target opacity.
A string indicating which easing function to use for the transition.
A function to call once the animation is complete, called once per matched element.
Adjust the opacity of the matched elements.
A string containing the jQuery version number.
``
1.0
````Determine if an object is a jQuery object
````Get the current version of jQuery running on the page