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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T12:24:14+00:00 2026-05-30T12:24:14+00:00

<input type=radio name=group2 test=one value=Water> Water <input type=radio name=group2 test=two value=Beer> Beer<br> <div style=display:

  • 0
<input type="radio" name="group2" test="one" value="Water"> Water
<input type="radio" name="group2" test="two" value="Beer"> Beer<br>

<div style="display: none" test="one">aaaaaaa</div>
<div style="display: none" test="two">bbbbbbb</div>
<div style="display: none" test="one">ccccccc</div>

I would like: if i click on radio Water with attribute test=”one” then should show me all div with attribute test=”one”. How can i make it with jQuery?

LIVE: http://jsfiddle.net/hRCXV/

  • 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-30T12:24:15+00:00Added an answer on May 30, 2026 at 12:24 pm

    Try this:

    $("input[type='radio']").click(function() {
        var test = $(this).attr("test");
        $("div[test]").hide();
        $("div[test='" + test + "']").show();
    });
    

    Updated fiddle

    Please bear in mind that creating your own attributes as you have here is not valid. If you’re using HTML5 you should consider using the data attribute to store whatever information you need associated with each element.

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

Sidebar

Related Questions

I have the following HTML: <div class=row1> <input type=radio name=group1 value=0 checked=checked/>Zero <input type=radio
Question 1: Given <input type=radio name=foo value=1 /> <input type=radio name=foo value=2 /> <input
how can i process all radio buttons from the page? <input type=radio name=radio_1 value=some
Example to save gender <form action=save.php?id=<?=$id?> method=post> <p><label><input name=gender type=radio value=male <?php if($gender=='male'){?>checked=checked<? }?>
Hallo all. I got this piece of code: <div> <input id=id1 name=radioButton type=radio> <input
<input id=@question.QuestionId type=radio value=@question.QuestionDescription name=@string.Format(name_{0}, question.Group) checked=@question.IsSelectedchecked:false /> @question.QuestionDescription Depending on the question.IsSelected value
Radio box code: <input type = radio name = choice value = A />Apples
<input type='radio' name='rbTemplateList' id='template1 value=1 > <input type='radio' name='rbTemplateList' id='template3 value=3 > <input type='radio'
<form action=1.html> <input type=radio id=check1 name=check /> <input type=radio id=check2 name=check /> </form> What
So I have some html like so: <div id=avatar_choices> <label for=id_choice_0> <input id=id_choice_0 type=radio

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.