SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: JQuery add form values group by fieldset

  1. #1
    SitePoint Enthusiast
    Join Date
    Sep 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    JQuery add form values group by fieldset

    Hi All

    How do you add up field values in specific fieldsets in JQUERY

    So I have a group of values based on fieldset name

  2. #2
    Unobtrusively zen silver trophybronze trophy
    SitePoint Award Recipient paul_wilkins's Avatar
    Join Date
    Jan 2007
    Location
    Christchurch, New Zealand
    Posts
    14,213
    Mentioned
    41 Post(s)
    Tagged
    1 Thread(s)
    Can you provide an example of the form structure you're dealing with?
    Programming Group Advisor
    Reference: JavaScript, Quirksmode Validate: HTML Validation, JSLint
    Car is to Carpet as Java is to JavaScript

  3. #3
    SitePoint Enthusiast
    Join Date
    Sep 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cheers for the reply Paul

    Sorted that one

    Got another to throw your way...

    I have a calculator and using JQuery Calculator plug-in which Tally's up groups of field values using key up.

    I have a summary page which presents the user with over all expenditure

    what I need to do is subtract the expenditure from income, populate a total field onclick of an <li>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •