Jump to content
MakeWebGames

jQuery each function.


Dave

Recommended Posts

Hey,

I've been trying to use jQuery each to count the total height of all elements with the same class. The code below does not work and the alert that I put in for debugging always returns as 0.

Any help would be appreciated.

var current_th = 0;
$('.noteWindow').each( function(index, domEle) {
var current_th = + $(this).height();
});
alert(current_th);
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...