[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-26 Thread Brandon Aaron
sible? thanks a lot, Alexandre -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Brandon Aaron *Sent:* jeudi 26 juillet 2007 14:15 *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: [ANN] Dimensions 1.0 final is finally here! Ju

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-26 Thread Alexandre Plennevaux
t all possible? thanks a lot, Alexandre _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: jeudi 26 juillet 2007 14:15 To: jquery-en@googlegroups.com Subject: [jQuery] Re: [ANN] Dimensions 1.0 final is finally here! Just wanted to let everyone k

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-26 Thread Brandon Aaron
Just wanted to let everyone know I released 1.0.1 last night that now officially supports fixed position. -- Brandon Aaron On 7/22/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: All of the width and height methods work on hidden elements but the offset, position and offsetParent methods do not.

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-23 Thread Fred Janon
Cool! Thanks, Brandon! Great customer service :) On 7/23/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: > > Docs have been updated to specify that a method works with a hidden > element or not. > > -- > Brandon Aaron > > On 7/22/07, Fred Janon < [EMAIL PROTECTED]> wrote: > > > > Brandon, > > > > Tha

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-23 Thread Brandon Aaron
Docs have been updated to specify that a method works with a hidden element or not. -- Brandon Aaron On 7/22/07, Fred Janon <[EMAIL PROTECTED]> wrote: Brandon, Thanks for the very prompt answer. Would you mind documenting these points in the docs? THat woudl be great! Thanks Fred On 7/23/0

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Fred Janon
Brandon, Thanks for the very prompt answer. Would you mind documenting these points in the docs? THat woudl be great! Thanks Fred On 7/23/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: > > All of the width and height methods work on hidden elements but the > offset, position and offsetParent meth

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Brandon Aaron
All of the width and height methods work on hidden elements but the offset, position and offsetParent methods do not. All the methods handle positioned elements fine with the exception of fixed position. Fixed position has been very difficult to get implemented but it is a very high priority. I ha

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Brandon Aaron
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

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Fred Janon
Looks good, Brandon. Does it work on: hidden element (display: "none"), positionned elements (absolute or relative) or on table cells and rows? Thanks Fred On 7/23/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: > > The 1.0 release of Dimensions is finally here. It has been a long time in > the m

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Mike Alsup
Nice work, Brandon. It must feel good to get the 1.0 release out. Now go have yourself a cold, Texas-size beer! Mike 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

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Karl Swedberg
Fantastic news, Brandon! This is an amazing plugin. Congrats on the 1.0 release! --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 22, 2007, at 7:24 PM, Brandon Aaron wrote: The 1.0 release of Dimensions is finally here. It has been a long time in

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Felix Geisendörfer
You rock! I cannot imagine working without your plugin on complex/fancy UI stuff anymore ; ). -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Brandon Aaron wrote: The 1.0 release of Dimensions is finally here. It has been a long t

[jQuery] Re: [ANN] Dimensions 1.0 final is finally here!

2007-07-22 Thread Ganeshji Marwaha
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 o