That's a nice little plugin Dan! Is it possible to sum a column of text
inputs as they're filled (self-totalling, rather than onClick)?

Rolf



Dan G. Switzer, II wrote:
> 
> 
> It sounds as if this might be a good candidate for my Calculation plug-in:
> http://www.pengoworks.com/workshop/jquery/calculation.plugin.htm
> 
> $("tr").each(function (){
>       var sum = $("span.length", this).sum();
>       var person = $("td.person").text();
> 
>       alert(person + " = " + sum);
> });
> 
> -Dan
> 
> 

-- 
View this message in context: 
http://www.nabble.com/sum-of-table-rows-tp14879031s27240p15050352.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to