jQuery height()

jQuery height() method sets or returns the height of the selected element. Syntax: When used to return the height: $(selector).height() When used to set the height: $(selector).height(value) When used to set the height using a function: $(selector).height(function(index,currentheight)) Value: Value is a compulsory parameter of the jQuery height() method, as it specifies the height to set … Read more