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:

svg viewer

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:​

Console
New on Educative
Learn to Code
Learn any Language as a beginner
Develop a human edge in an AI powered world and learn to code with AI from our beginner friendly catalog
🏆 Leaderboard
Daily Coding Challenge
Solve a new coding challenge every day and climb the leaderboard

Free Resources

Copyright ©2025 Educative, Inc. All rights reserved