There are four main fading effects in jQuery that can be applied to the HTML elements. They can be applied using these 4 methods: fadeIn() //to fade in a hidden element fadeOut() //to fade out a visible element fadeToggle() // toggles between fadeOut() and fadeIn() fadeTo() //fading to a given opacity (value between 0 and... Continue Reading →