Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6725527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:49:07+00:00 2026-05-26T09:49:07+00:00

I got this simple function in jquery/javascript that wont work in IE7, IE8: $(input[type=’checkbox’],

  • 0

I got this simple function in jquery/javascript that wont work in IE7, IE8:

$("input[type='checkbox']", selector).change(function() {
    recalcTotalPrice(selector);
  });

What is the problem with it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:49:08+00:00Added an answer on May 26, 2026 at 9:49 am

    Everything seems fine. Here is what I tried: (working example)

    HTML:

    <form>
        <input type="checkbox" id="c1" value="1"> <label for="c1">test</label>
        <input type="checkbox" id="c2" value="2"> <label for="c2">test</label>
        <input type="checkbox" id="c3" value="4"> <label for="c3">test</label>
        <input type="checkbox" id="c4" value="8"> <label for="c4">test</label>
    </form>
    <div id="result"></div>
    

    Javascript:

    function recalcTotalPrice(s) {
        var total = 0;
        s.find(':checked').each(function() {
            total += parseInt(this.value, 10);
        });
        $('#result').html(total);
    }
    
    var selector = $('form');
    $("input[type='checkbox']", selector).change(function() {
        recalcTotalPrice(selector);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got this crazy javascript issue with IE7 and IE8. The function expression below
I've got this simple function which displays a message to the user. If I
I've got a simple function like this: function CreateFileLink() { global $Username; return date(d-m-y-g-i);
I've got this really simple piece of code that I thought was the correct
I've got a reasonably simple query (this time) that I need ALL the results
I got a simple question about jQuery but rather javascript approaches in general... Is
I've got this simple Perl script: #! /usr/bin/perl -w use strict; use Data::Dumper; my
this is probably pretty simple, but I've got this text file containing a bunch
This has got to be something simple: I set up a frames page with
This should be simple, but the answer is eluding me. If I've got a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.