Method |
Description |
animate () |
apply custom animations to selected elements |
Clearqueue () |
removes all queued functions from the selected element (still not running) |
delay () |
set delay for all queued functions of the selected element (still not running) |
dequeue () |
run the next queued function of the selected element |
fadeIn () |
gradually change the opacity of the selected element, from hidden to visible | /tr>
fadeOut () |
gradually changes the opacity of the selected element, from visible to hidden |
fadeTo () |
gradually change the selected element to a given opacity |
Hide () |
Hide selected elements |
queue () |
Display queued functions for selected elements |
Show () |
Display the selected element |
Slidedown () |
swipe to display selected elements by adjusting the height |
slidetoggle () |
Toggles the selected element to slide-hide and slide-display |
slideup () |
swipe to hide selected elements by adjusting the height |
Stop () |
stops running animations on selected elements |
Toggle () |
Toggles the selected element to be hidden and displayed |
JQuery effect Function (c)