jQuery — Height, Hide, ID, and More
jQuery is a popular JavaScript for creating dynamic web pages.
In this article, we’ll look at how to using jQuery in our web apps.
.height()
The .height()
method gets the current computed height for the first element in the set of matched elements.