Sorry, ich bin es noch mal. Ich habe mein Reset funkt noch mal etwas überarbeitet und habe dem ganzem ein optischer Rahmen gegeben, in dem ich eine On/Off flipswitches Funktion eingefügt habe leider weiß ich nicht, wie ich Ihre Lösung darin zum Laufen bringe
Code:
<label>
Autoreset ON/OFF:
<input type="checkbox" id="reset-on">
</label>
Code:
<div class="onoffswitch">
<input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" tabindex=id="reset-on">
<label class="onoffswitch-label" for="myonoffswitch">
<span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span>