What is the jQuery hide() method?
The jQuery hide() method is used to hide selected HTML elements from the display. It takes in three arguments:
- speed: how long it will take to hide the specified element.
- easing: the easing function for the transition.
- complete: the function to call after the animation is completed.
The following illustration goes over the syntax:
Code
The following code snippet shows how to use the hide() method. When the “show less” button is clicked, details about jQuery will be hidden:
Free Resources
Copyright ©2026 Educative, Inc. All rights reserved