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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
Sam
Всем, привет!
Помогите пожалуйста разобратся, в данном коде при нажатии на второй бокс, активируется первый эриатекст (((
Как сделать независимыми позиции? (планируется их множество)
<FORM>
Изделие 1
<input type="checkbox" NAME="1" onclick="if(this.checked){document.getElementById('nextSibling').style.display='inline-block'}else {document.getElementById
('nextSibling').style.display='none'; document.getElementById('nextSibling').value='';}">
<input type="text" placeholder="0" SIZE=1 MAXLEGNTH=1 style="display: none;" id="nextSibling">
<br>
Изделие 2
<input type="checkbox" NAME="2" onclick="if(this.checked){document.getElementById('nextSibling').style.display='inline-block'}else {document.getElementById
('nextSibling').style.display='none'; document.getElementById('nextSibling').value='';}">
<input type="text" placeholder="0" SIZE=1 MAXLEGNTH=1 style="display: none;" id="nextSibling">
</FORM>
Link to comment
Share on other sites
2 answers 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.