[jQuery] Getting totals per row

[jQuery] Getting totals per row


I'm relatively a newbie to jQuery. I am trying to create a timesheet
application. One of the things I am attempting to do is have the
totals column for each task.
I have the several textboxes laid out beside the text name (one
textbox per day, so 7 textboxes for the individual days + 1 for the
total column). The textboxes are named using the following convention:
ta_[taskid]_[calendar date]. The totals row is named tatoal_[taskid].
So I have something like this:
<input type="text" name="ta_1_20081117" value="0" id="ta_1_20081117" /








    • Topic Participants

    • jett