Jump to content
  • 0

Снятие радиокнопок при нажатии на другую


nikki4
 Share

Question

есть форма и нужно чтобы при нажатии на блок справа (name="two_01", блок1) снимались выделения с блока 2 и 3 (те что слева). И наоборот если либо блок 2 либо блок 3 выбраны, то снять выделение с блока1. Т.е. чтобы мог быть выбран либо блок 1, либо 2+3, сразу вместе нельзя.

на всякий случай уточняю, что блоки генерируются пхп и имеют следующую зависимость:

одиночный блок справа имеет имя='two_'.номер блока2, номер блока3 (two_01, two_23, two_56, и т.д)

напишите пожалуйста реализацию этого.. буду очень признателен :)

Код HTML

<fieldset style="position:absolute;margin:10px 0 0 300px">
<legend>блок 1</legend>
<input type="radio" name="two_01" value="1" id="1">1<br>
<input type="radio" name="two_01" value="2" id="2">2<br>
<input type="radio" name="two_01" value="3" id="3">3<br>
</fieldset>
<fieldset style= "width:200px;">
<legend>блок 2</legend>
<input type="radio" name="0" value="1" id="4">4<br>
<input type="radio" name="0" value="2" id="5">5<br>
<input type="radio" name="0" value="3" id="6">6</label><br>
</fieldset>
<fieldset style= "width:200px;">
<legend>блок 3</legend>
<input type="radio" name="1" value="1" id="7>7<br>
<input type="radio" name="1" value="2" id="8">8<br>
<input type="radio" name="1" value="3" id="9">9<br>
</fieldset>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy