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) $this.height($this.height() * parseInt($countTd.text(), 10));It's not an argument to height(), it's the radix argument to parseInt, the result of which multiplied by the current height is the single argument to height |
- [jQuery] This works in Firefox and Chromium, but not Safari Rick DeNatale
- [jQuery] Re: This works in Firefox and Chromium, but no... Rick DeNatale
- [jQuery] Re: This works in Firefox and Chromium, but no... Charlie
- [jQuery] Re: This works in Firefox and Chromium, bu... Rick DeNatale
- [jQuery] Re: This works in Firefox and Chromium... Charlie