Skip to content

Tag: jquery

Selecting Multiple Elements height();

I am just wondering why this jQuery won’t work: So as you can see I am trying to get the height of multiple elements and store them all within my variable. I’d expect jQuery to add all of the elements heights together to create a final value however when I console.log the variable hdr I get the he…