The InnerFade Effect using "jqfade.js" Plugin

Functions of jQuery

  • Jquery Ajax used to connect JSP/Servlet/PHP etc.
  • The .fadeIn() method animates the opacity of the matched elements.
  • The .fadeOut() method animates the opacity of the matched elements
  • The .fadeTo() method animates the opacity of the matched elements.
  • The .animate() perform a custom animation of a set of CSS properties.
  • The .slideDown() method animates the height of the matched elements
  • The .slideToggle() method animates the height of the matched elements.
  • The .slideUp() method animates the height of the matched elements.