Scroll Height Blog Posts

Find Scroll Height for elements using jQuery

.Height() method in jQuery returns height of the element but assume an element which has "overflow:auto" property set (you will find scroll bars) and its content are going beyond to the initially defined height. So in such case, jQuery .Height() meth...
by jQuery By Example on Jul 30, 2012
Close