Thanks greatly for the kind words!

Unfortunately I believe the name of the outerHeight and outerWidth methods
make it confusing. outerHeight and outerWidth get the offsetHeight and
offsetWidth. The offsetHeight and offsetWidth are the measurement of the
visible parts of an element. Mozilla does a nice job of explaining
offsetWidth, http://developer.mozilla.org/en/docs/DOM:element.offsetWidth

I will update the docs to make this clearer.

--
Brandon Aaron

On 7/22/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote:

Amazing work brandon... Dimensions has been my saviour quite a few times,
and i am sure 1.0 is going to increase my dependency even more..

Keep up the good work.

BTW, isn't margin considered part of the element itself as per the box
model. If that is the case, why doesn't the outerHeight() and outerWidth()
not include it.

-GTG


On 7/22/07, Brandon Aaron <[EMAIL PROTECTED]> wrote:
>
> The 1.0 release of Dimensions is finally here. It has been a long time
> in the making. Thanks to everyone who helped me test it!
>
> You can get the details and see an example using the new position method
> over at my blog: http://blog.brandonaaron.net/2007/07/22/dimensions-10/
>
> You can download dimensions from the project page:
> http://jquery.com/plugins/project/dimensions
> Or via SVN: http://jqueryjs.googlecode.com/svn/trunk/plugins/dimensions/
>
>
> If you find any bugs or have any feature requests ... be sure to report
> them at the dimensions project page.
>
> Oh... and you can check out the documentation over here:
> http://brandonaaron.net/docs/dimensions/
>
> Thanks!
>
> --
> Brandon Aaron
>


Reply via email to