我试图在选中或取消选中滑块单选按钮时动态更改文本的颜色。我的目标是让文本在滑块处于活动状态与否时改变颜色。这是我的代码的链接。
HTML:
<div id="replacement_terminal_dairybeef_toggle">
<div id="split_calving_toggle_container" >
<div class="toggle-text">
<div class="switch">
<input id="togggle_repl_beef" class="checkbox-toggle" data-type="date" type="checkbox"></input>
<label for="togggle_repl_beef" class="slider round"></label>
<span class="off">Fade this text when off </span>
<span class="on"> Fade this text when on </span>
</div>
</div>
</div>
</div>
智慧大石
相关分类