Answers for "jquery check if audio is playing"

0

jquery check if audio is playing

$("audio").on({
    play:function(){ 
      // the audio is playing!
}});
Posted by: Guest on April-08-2021

Code answers related to "jquery check if audio is playing"

Code answers related to "Javascript"

Browse Popular Code Answers by Language