Tag Archives: jquery

Content Size vs. Window Size

A bit of javascript and jquery to compare the height of the page content vs. the height of the window. In this case, I’m adding a class to another class if the content is shorter.

// if the content of the page is less than the height of the window…
if (document.body.scrollHeight < document.documentElement.clientHeight)
{
$(“.foot-wrap”).addClass(“shortpage”);
}
update: I had to [...]

Posted in Backside | Also tagged , | Leave a comment
  • Quotes

    Anger makes you smaller, while forgiveness forces you to grow beyond what you were. — Cherie Carter-Scott