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 |
What is the use of jQuery.ajax method ()?
How to prevent Right Click option using jquery?
What is wrong with this code line "$('#myid.3').text('blah blah!!!');"
Difference Between Prop and Attr in jQuery?
How to disable/enable an element with jQuery?
What is a dom in jquery? How can we make sure that dom is ready?
What does dollar sign ($) means in jquery? : jquery mobile
What is slice() method in jquery?
Define the use jquery.data method?
Which command will give a version of jQuery?
Define "beforesend(xhr)" paremeter of jquery ajax method?
Explain type paremeter of jquery ajax method?