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 6828713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:24:55+00:00 2026-05-26T22:24:55+00:00

What I currently have: I built html based off options passed into a function

  • 0

What I currently have:

I built html based off options passed into a function to make a list of checkboxes.
http://jsfiddle.net/dan_vitch/NE5LB/2/

What I need:

I need to determine which box(es) were selected by the user(an alert with correct value would be fine for now).
I set up my list with bitwise format in mind, but havent done much with that in the past.

This maybe a case of me providing too little in terms of code and asking for too much in return. If that is true let me know and I will work on providing more code.

  • 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-26T22:24:56+00:00Added an answer on May 26, 2026 at 10:24 pm

    Use the checked selector eg:

    $(function() {
      $('input[type="button"]').click(function() {
        $('input[type="checkbox"]:checked').each(function(){
          alert(this.id);
        });
      });
    });
    

    See here for your updated jsFiddle

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

Sidebar

Related Questions

I currently have built a system that checks user IP, browser, and a random-string
I am currently using Doctrine's DBAL library for MySQL interfacing and have currently built
I currently have a DetailView for Django's built-in User . url( r'^users/(?P<pk>\d+)/$', DetailView.as_view( model
I have recently built an iPad app using PhoneGap. Currently it saves the last
I have an existing system built in Java we currently expand that by adding
We have several product lines built around a common core and currently maintain them
I have built a Air 2/Flex 4 kiosk application with Flash Builder 4. Currently
I do html/css by trade, and I have been working on and off django
I am using this as a resource to get me started - http://www.pantz.org/software/sqlite/sqlite_commands_and_general_usage.html Currently
currently I am working on a spring based application. I do have some unit

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.