Category Archives: Scripts

Smooth scrolling with location hash updation and location hash check on page load

Smooth scrolling with location hash updation and location hash check on page load

Read more

Equalize Heights

Quick code to Equalize Heights of container elements using jQuery. Iterating through each container element specified, compare the height of the container with the value stored in _maxh variable and after the iteration, we apply the new found height to all the container elements.

Read more