jQuery Effects Complete Reference
jQuery is an open source JavaScript library that simplifies the interactions between an HTML/CSS document, or more precisely the Document Object Model (DOM), and JavaScript.
Elaborating the terms, jQuery simplifies HTML document traversing and manipulation, browser event handling, DOM animations, Ajax interactions, and cross-browser JavaScript development.
jQuery provides a trivially simple interface for doing various kinds of amazing effects. jQuery Effects are used to create commonly used visual effects.
The complete list of jQuery Effects are given below:
- jQuery | animate() with Examples
- jQuery | clearQueue() with Examples
- jQuery | delay() with Examples
- jQuery | dequeue() with Examples
- jQuery | fadeIn() Method
- jQuery | fadeOut() Method
- jQuery | fadeTo() with Examples
- jQuery | fadeToggle() Method
- jQuery | finish() with Example
- jQuery | hide() with Examples
- jQuery | queue() with Examples
- jQuery | show() Method
- jQuery | slideUp() with Examples
- jQuery | stop() with Examples
- jQuery | toggle() Method