[jQuery] Re: This works in Firefox and Chromium, but not Safari

2009-09-27 Thread Rick DeNatale
Actually, I don't think this is working in Chrome, so it looks like it's a webkit issue perhaps. On Sun, Sep 27, 2009 at 1:50 PM, Rick DeNatale rick.denat...@gmail.com wrote: Safari Version 4.0.3 (6531.9) Firefox Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.3)

[jQuery] Re: This works in Firefox and Chromium, but not Safari

2009-09-27 Thread Charlie
don't think height() takes 2 arguments, what is the ",10" in your height? jQuery docs only show height(val) Rick DeNatale wrote: Safari Version 4.0.3 (6531.9) Firefox Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 and just for fun,

[jQuery] Re: This works in Firefox and Chromium, but not Safari

2009-09-27 Thread Rick DeNatale
On Sun, Sep 27, 2009 at 2:46 PM, Charlie charlie...@gmail.com wrote: don't think height() takes 2 arguments, what is the ,10 in your height? jQuery docs only show height(val) $this.height($this.height() * parseInt($countTd.text(), 10)); It's not an argument to height(), it's the radix

[jQuery] Re: This works in Firefox and Chromium, but not Safari

2009-09-27 Thread Charlie
my bad, haven't used the radix before and must have mis- read brackets Rick DeNatale wrote: On Sun, Sep 27, 2009 at 2:46 PM, Charlie charlie...@gmail.com wrote: don't think height() takes 2 arguments, what is the ",10" in your height? jQuery docs only show height(val)