Posts by Paulo Souza • 66 points
2 posts
-
4
votes1
answer2431
viewsA: How to make the text disappear and appear?
Hello, if I understand correctly, you can do it this way. With the method setInterval, you can repeat the desired commands after a certain time. setInterval(function(){…
jqueryanswered Paulo Souza 66 -
1
votes2
answers1606
viewsA: Play one audio at a time
I don’t know if I understand you right, but you can perform this control via Jquery. $(function(){ $("#audio1").on('click', function(){ var pe = $("#audio2").get(0); if(pe.paused == false)…
html5-audioanswered Paulo Souza 66