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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:12:51+00:00 2026-06-07T06:12:51+00:00

The code below adds a value into a textbox: $(‘#mainTxtWeight’).val(textWeight); But what I want

  • 0

The code below adds a value into a textbox:

$('#mainTxtWeight').val(textWeight);

But what I want know is how can I select a radio button depending on what a value is using jquery?

Below is the radio buttons:

<table id="replies">
    <tr>
        <th colspan="2">Replies</th>
    </tr>
    <tr>
        <td>Number of Replies:</td>
        <td align="left">
            <div class="replytd">
                <label>
                    <input type="radio" name="reply" id="singlebtn " value="single" class="replyBtn"
                    />Single</label>
            </div>
            <div class="replytd">
                <label>
                    <input type="radio" name="reply" id="multiplebtn" value="multiple" class="replyBtn"
                    />Multiple</label>
            </div>
        </td>
    </tr>
</table>

I have created an if statement below, I just need help being able to select “Single” radio button if Reply Type equals “Single”, or select “Multiple” radio button if reply Type equals “Multiple”.

Below is if statement:

if(reply == "Single") {
    //select "Single" radio button
} else if(reply == "Multiple") {
    //select "Multiple" radio button
}

I want the exact same thing to occur with this line of code as well which is again “Single” and “Multiple” radio buttons:

var $btnReply = "<input type='radio' name='reply[" + count + "]' value='single' class='replyBtnRow' /> Single<br /><input type='radio' name='reply[" + count + "]' value='multiple' class='replyBtnRow' /> Multiple";

$replies.children().append($btnReply);

if($("input[name=reply]:checked").length) {
    $replies.find('input[name="reply[' + count + ']"]').eq($("input[name=reply]:checked").val() == "single" ? 0 : 1).prop("checked", true);
}

UPDATE:

function addwindow(reply) { 


    if($(plusbutton_clicked).attr('id')=='mainPlusbutton') { 

        $('input[value="'+reply.toLowerCase()+'"]').attr('checked', true);
        } else { 
            $(plusbutton_clicked).closest('tr').find('input[value="'+reply.toLowerCase()+'"]').attr('checked', true);
            }

    $.modal.close(); 
    return false;
} 
  • 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-07T06:12:52+00:00Added an answer on June 7, 2026 at 6:12 am

    If you are trying to get the radio button which has a value of what’s in reply, which if I understand your question correctly, you can try this

    $('input[value="'+reply.toLowerCase()+'"]')​.attr('checked', true)
    

    assuming reply will always be ‘single’ or ‘multiple’

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

Sidebar

Related Questions

The code below working for only first div. I can't display other divs when
the code below works fine but it takes an absolute age to run. How
I am able to insert a textbox into a Word document using the below
Code below is working well as long as I have class ClassSameAssembly in same
Code below is used to save PostgreSql database backup from browser in Apache Mono
The code below generates a warning CS3006 Overloaded method MyNamespace.Sample.MyMethod(int[])' differing only in ref
The code below is for a simple newsletter signup widget. I'm sure there's a
The code below doesn't seem to work or find anything on an array. I'm
The code below removes www., etc. from the beginning of websites that are entered
The code below allows the user to enter in a phrase in plain English,

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.