-3
divを切り替える際に問題があります。DIV SPAN SWITCHING
<div id="swapper-first" style="display:block; border:2px dashed red; padding:25px;">
<p style="margin:0; color:red;">
This div displayed when the web page first loaded.
</p>
</div>
<div id="swapper-other" style="display:none; border:2px dotted blue; padding:25px;">
<p style="margin:0; color:blue;">
This div displayed when the link was clicked.
</p>
</div>
<label class="switch">
<input type="checkbox" checked>
<span class="slider round" href="javascript:SwapDivsWithClick('swapper-first','swapper-other')"></span>
</label>
1.スパンは、のhrefを持ってSwapDivsWithClick 3.チェックボックスのはなぜないのonchangeである場合のonclickや目立たず2.使用して、ラベルを持っていませんか? – mplungjan
''は動作しません。 –
あなたの質問は明確ではありません。詳細を記述する。 – Bipon