1.

Explain “slidetoggle” Method In Jquery?

Answer»

This method is used to GIVE the animation effects to the elements in Jquery. SlideToggle method uses following parameters:

  • Speed – This is an optional PARAMETER and it specifies the speed of animation effect.
  • EASING - This is an optional parameter and this specifies the speed of animation effect at DIFFERENT interval of time.
  • Callback – This parameter is optional and it accepts the callback function which will be executed once the execution of “slideToggle” method is completed.

This method is used to give the animation effects to the elements in Jquery. SlideToggle method uses following parameters:



Discussion

No Comment Found