[jQuery] Re: math with form fields

2008-10-01 Thread Bil Corry
amidude wrote on 10/1/2008 2:50 PM: the math part is pretty fuzzy too. For the math part, you might look at the Calculation plugin: http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm - Bil

[jQuery] Re: math with form fields

2008-10-01 Thread amidude
I've read over that and it's not helping much as it does very simple math. I'm not a math genius by any means. But that didn't look like it did anything other than add or subtract. The math I need to calculate the BMI is a little more involved. On Oct 1, 3:09 pm, Bil Corry [EMAIL PROTECTED]

[jQuery] Re: math with form fields

2008-10-01 Thread amidude
Plus the calc plugin relies on the user inputting data into a field whereas I have them just selecting a number for their height in feet and inches. I thought it would be easier. On Oct 1, 3:20 pm, amidude [EMAIL PROTECTED] wrote: I've read over that and it's not helping much as it does very

[jQuery] Re: math with form fields

2008-10-01 Thread amidude
I shouldn't be trying to do this in jquery should I? On Oct 1, 3:31 pm, amidude [EMAIL PROTECTED] wrote: Plus the calc plugin relies on the user inputting data into a field whereas I have them just selecting a number for their height in feet and inches. I thought it would be easier. On Oct

[jQuery] Re: math with form fields

2008-10-01 Thread Bil Corry
amidude wrote on 10/1/2008 3:20 PM: I've read over that and it's not helping much as it does very simple math. I'm not a math genius by any means. But that didn't look like it did anything other than add or subtract. The math I need to calculate the BMI is a little more involved. Well, I