Home »
MCQs »
jQuery MCQs
Which jQuery method is used to slide up an element?
49. Which jQuery method is used to slide up an element?
- slideUp()
- slideBottom()
- slidebottom()
- slide()
Answer: A) slideUp()
Explanation:
The jQuery slideUp() method is used to slide up an element.