var realWidth = 0; var realHeight = 0; $(id).each(function(){realWidth = this.offsetWidth; realHeight = this.offsetHeight});