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


  

Reply via email to