[jQuery] Re: Problem with .text() ??

2007-07-05 Thread Dan G. Switzer, II
>Yes, I figured it had to do with the type of variable it was and you >are correct, that worked. However, it still doesn't make sense to me >that it would work for .html() but not for .text(). Why would the two >operate differently? It just seems inconsistent to me. I agree. You should file a

[jQuery] Re: Problem with .text() ??

2007-07-05 Thread [EMAIL PROTECTED]
Dan, Yes, I figured it had to do with the type of variable it was and you are correct, that worked. However, it still doesn't make sense to me that it would work for .html() but not for .text(). Why would the two operate differently? It just seems inconsistent to me. On Jul 5, 10:23 am, "Dan

[jQuery] Re: Problem with .text() ??

2007-07-05 Thread Dan G. Switzer, II
>Live Example: > >http://rcs-comp.com/code_examples/text_function_bug/ > >I have some code that has a three column table in it. When the user >updates some number values in one of the two columns, I have some JS >that sums those columns and updates the value in the third column with >that info.