Define slidetoggle() effect?



Define slidetoggle() effect?..

Answer / Anu Tyagi

slideToggle() is a jQuery animation method that toggles the display of an element between being hidden by sliding it up (showing) and being shown by sliding it down (hiding). It can be used to create accordion-style effects, where expanding one section collapses another. The default duration and easing are determined by the user's browser settings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What is the use of jQuery.ajax method ()?

1 Answers  


How to prevent Right Click option using jquery?

1 Answers  


What is wrong with this code line "$('#myid.3').text('blah blah!!!');"

1 Answers  


Difference Between Prop and Attr in jQuery?

1 Answers  


How to disable/enable an element with jQuery?

1 Answers  


What is a dom in jquery? How can we make sure that dom is ready?

1 Answers  


What does dollar sign ($) means in jquery? : jquery mobile

1 Answers  


What is slice() method in jquery?

1 Answers  


Define the use jquery.data method?

1 Answers  


Which command will give a version of jQuery?

1 Answers  


Define "beforesend(xhr)" paremeter of jquery ajax method?

1 Answers  


Explain type paremeter of jquery ajax method?

1 Answers  


Categories