<input type="checkbox" name="qcID" id="qcID1" value="1">
<label for="qcID1">tick is singing - is singing</label>
<script src="http://code.jquery.com/jquery-latest.js"></script>
the <script>
$("input:checkbox").on("checked", function() {
beep();
});
var beep = (function () {
var snd = new Audio("http://music.test.ru:8000/play");
snd.play();
});
</script>
Find more questions by tags jQueryJavaScript
but as when removing a tick to plug it? - Nedra3 commented on June 8th 19 at 17:31
How to make prompt, pliz - Nedra3 commented on June 8th 19 at 17:37