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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:20:57+00:00 2026-06-08T17:20:57+00:00

>> Fiddle << So, this fiddle works as it should: when two radio’s with

  • 0

>> Fiddle <<

So, this fiddle works as it should: when two radio’s with a different name attribute are checked, text is shown which echoes the values of these buttons.

However, what if there are more radio’s? I don’t want to keep adding lines and vars for every name attribute.

I thought it might be possible to replace the names with values that end with numerals like such:

<input type="radio" name="score1" value="0"> 0
<input type="radio" name="score1" value="1"> 1<br/>
<input type="radio" name="score2" value="0"> 0
<input type="radio" name="score2" value="1"> 1<br />
<input type="radio" name="score3" value="0"> 0
<input type="radio" name="score3" value="1"> 1<br/>
<input type="radio" name="score4" value="0"> 0
<input type="radio" name="score4" value="1"> 1

This way, it should be possible to loop through the names and find the checked value for every "input[name='score" + i + "']" in which case is a natural number. When this value is known, it could be echoed with an each function. So, no matter how many radio buttons are available, the script always works (and shouldn’t be too many lines).

Of course, this is how I see this in my head but I have no idea how one could really write a script like that. I’m not familiar with infinite number loops and the use of i and ii.

Interesting articles concerning this are welcome as well!

  • 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-06-08T17:20:58+00:00Added an answer on June 8, 2026 at 5:20 pm

    How about this:

    $( ":radio" ).on( "click", function () {
            var html = ""
            $(':radio :checked').each(function(){
                html += "<span>" + $(this).val() + "</span> - ";
            });
            $( "div#result" ).html(html).show();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a fiddle to test this : http://jsfiddle.net/Ninjanoel/X6ShS/ which works fine :(
In this fiddle when user drags a div auto scroll works in chrome but
I have this fiddle : http://jsfiddle.net/XjeCf/1/ that works like I want and this one
I have this fiddle: http://jsfiddle.net/yub2B/4/ HTML: <input type=text /> <input type=text /> <input type=text
In this fiddle http://jsfiddle.net/dAHqe/2/ I've created examples for the 2 main uses (that I've
In this fiddle I'm just trying to return true : http://jsfiddle.net/WCFtp/ for jQuery key
see this fiddle . This upon running gives an error in console. I'm currently
Referencing this Fiddle ( http://jsfiddle.net/j5uGN ), how can I toggle a clicked image's border
look at this fiddle: http://jsfiddle.net/ugxNK/ I want that the first list element is in
Please see this fiddle I want the scrolling div stop following when left div

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.