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


-- 
Rick DeNatale

Blog: http://talklikeaduck.denhaven2.com/
Twitter: http://twitter.com/RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: http://www.linkedin.com/in/rickdenatale

Reply via email to