jQuery
HTML
CSS
JavaScript
PHP
SQL
WordPress
jQuery Reference

Quick Reference

This is a quick reference list of jQuery effect methods for creating animation effects for the selected elements.

jQuery – animate() Method

The animate() method performs a custom animation on an HTML element, changing one CSS property value to another gradually, creating an animated effect.

jQuery – clearQueue() Method

The clearQueue() method removes all items from the queue that have not yet started to run. If started, they will run to completion.

jQuery – dequeue() Method

The dequeue() method removes the next function from the queue and executes the function, allowing the remaining items in the queue() to continue.

jQuery – fadeIn() Method

The fadeIn() method gradually changes, fades in, the opacity for the selected element from completely hidden to completely visible.

jQuery – fadeOut() Method

The fadeOut() method gradually changes, fades out, the opacity for the selected element from completely visible to completely hidden.

jQuery – fadeTo() Method

The fadeTo() method gradually changes the opacity for the selected element to a specified opacity, fading in or fading out the element.

jQuery – fadeToggle() Method

The fadeToggle() method toggles between the fadeIn() and fadeOut() methods by fading in a faded-out element and fading out a faded-in element.

jQuery – finish() Method

The finish() method stops the currently-running animations, removes all queued animations, and completes all animations for the selected element.

jQuery – hide() Method

The hide() method hides the selected element. The hidden item will no longer take up space on the page, affecting the layout.

jQuery – show() Method

The show() method shows the selected hidden element. The shown item will now take up space on the page, affecting the layout.

jQuery – slideDown() Method

The slideDown() method slides down and shows the selected element. It works on elements hidden with jQuery methods and those with display: none in CSS.

jQuery – slideToggle() Method

The slideToggle() method toggles between the slideUp() and slideDown() methods by sliding down a hidden element and sliding up a visible element.

jQuery – slideUp() Method

The slideUp() method slides up and hides the selected element. The hidden item will no longer take up space on the page, affecting the layout.

jQuery – toggle() Method

The toggle() method toggles between hide() and show() by showing a hidden element and hiding a visible element.

We’d like to acknowledge that we learned a great deal of our coding from W3Schools and TutorialsPoint, borrowing heavily from their teaching process and excellent code examples. We highly recommend both sites to deepen your experience, and further your coding journey. We’re just hitting the basics here at 1SMARTchicken.

jQuery
HTML
CSS
JavaScript
PHP
SQL
WordPress

Why 1SMARTchicken?

This site was built and is maintained to benefit my autistic son.
See More →

My Son's Name is Johnny

He was diagnosed as autistic quite late, at age four...
His story

Buy Me a Coffee

Thanks for your support!

Feedback

If you see an error on the page or the code itself is incorrect or incomplete, or just plain wrong, please let us know. We’re always learning. NOTE: we do not sell your information and will not send you spam emails.