.addClass()
Adds the specified class(es) to each of the set of matched elements while animating all style changes.
jQuery UI adds quite a bit of functionality on top of jQuery’s built-in effects. jQuery UI adds support for animating colors and class transitions, as well as providing several additional easings. In addition, a full suite of custom effects are available for use when showing and hiding elements or just to add some visual appeal.
Adds the specified class(es) to each of the set of matched elements while animating all style changes.
The blind effect hides or shows an element by wrapping the element in a container, and “pulling the blinds”
The bounce effect bounces an element. When used with hide or show, the last or first bounce will also fade in/out.
The clip effect will hide or show an element by clipping the element vertically or horizontally.
The drop effect hides or shows an element fading in/out and sliding in a direction.
Apply an animation effect to an element.
The explode effect hides or shows an element by splitting it into pieces.
The fade effect hides or shows an element by fading it.
The fold effect hides or shows an element by folding it.
Hide the matched elements, using custom effects.
The highlight effect hides or shows an element by animating its background color first.
Creates a puff effect by scaling the element up and hiding it at the same time.
The pulsate effect hides or shows an element by pulsing it in or out.
Removes the specified class(es) from each of the set of matched elements while animating all style changes.
Shrink or grow an element by a percentage factor.
Shakes the element multiple times, vertically or horizontally.
Display the matched elements, using custom effects.
Resize an element to a specified width and height.
Slides the element out of the viewport.
Adds and removes the specified class(es) to each of the set of matched elements while animating all style changes.
Display or hide the matched elements, using custom effects.
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, while animating all style changes.
Transfers the outline of an element to another element