Dear all;
Having trouble with this jQuery function:
$("#content").siblings().each(function(i){
heightOfSiblings = heightOfSiblings + this.outerHeight();
});
Error is 'outerHeight is not a function.'
What am I doing wrong?
Thanks!