Live: http://rafflebananza.com/Admin/Desktop/index123.html#
I am trying to use JQuery to obtain the height for the amount of administrators under the users section of the quick side bar you see to the right.
var temp = $('.Admins').height();
alert(temp);
The above what should be working script, regardless of if I enclose within document ready or window load, always returns the value of 0 and not the height.