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 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

What I need is 'data-cost': <input type=radio class=selection data-cost=0 value=One name=f_1/> To increase depending
I have the following HTML: <div class=row1> <input type=radio name=group1 value=0 checked=checked/>Zero <input type=radio
I have radiobutton s like below: Apple <input type=radio id=one name=apple data-price=10 value=light/> Light
<input type=radio name=group1 value=Milk> Milk<br> <input type=radio name=group1 value=Butter> Butter $(????).change(function(){ alert($(this).val()); }) How
Question 1: Given <input type=radio name=foo value=1 /> <input type=radio name=foo value=2 /> <input
I have HTML like this: <input type=radio name=type value=FL checked=checked />Fixed <input type=radio name=type
<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
$(function(){ function f1(){} function f2(){} } <Input type = radio Name = radiobutton Value
I have two groups of radio buttons set up in one form: <li>1&nbsp;<Input type

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.