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

  • Home
  • SEARCH
  • 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 6853155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:28:40+00:00 2026-05-27T01:28:40+00:00

I have these elements – [.myCheckBox1, .myCheckBox2, …] And these elements – [.myCheckBoxList1, .myCheckBoxList2,

  • 0

I have these elements – [.myCheckBox1, .myCheckBox2, ...]
And these elements – [.myCheckBoxList1, .myCheckBoxList2, ...]
How do I make the code pluggable so I don’t have to duplicate the bulk?

Ideally what I would like to have is

[FUNCTION]

$('.myCheckBox1, .myCheckBox2, etc').[FUNCTION]

$('.myCheckBoxList1, .myCheckBoxList2, etc').[FUNCTION]

Code below is what I am wanting to modify:

<script type="text/javascript">
    $(document).ready(function () {
        $(".myCheckBox1").click(function () {
            $(".myCheckBoxList1").change();
        });
        $(".myCheckBoxList1").change(function () {
            var moneys = 0;
            $(this).find(":checked").each(function () {
                moneys += parseInt($(this).attr('value'));
            });
            $('.OMG').html(moneys.toString());
        });
    });
</script>
  • 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-27T01:28:40+00:00Added an answer on May 27, 2026 at 1:28 am

    You could make a jquery plugin, or you could use the same class for all checkboxes (.myCheckBox) and the same class for all checkbox lists (.myChecBoxList). If you post your html I could give you an example.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I have each of these a elements break on to new lines,
I have some elements on a page which are draggable. These same elements have
I have an array with 16 elements. I would like to evaluate these to
I have one std::list<> container and these threads: One writer thread which adds elements
I have these previous/next a elements that tie in with the functions of jQuery
I have multiple elements with the same class clickable, i'm binding all these classes
I have the following elements in a list/array a1,a2,a3 and these elements are used
I have elements on the page which are draggable with jQuery. Do these elements
I have these dynamically created file input HTML elements which are used with a
I have a res/layout/main.xml including these elements and others: <some.package.MyCustomView android:id=@+id/foo (some other params)

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.