Published
- 1 min read
jquery check if audio is playing
The solution for this is noted below
jquery check if audio is playing
Solution
$('audio').on({
play: function () {
// the audio is playing!
}
})
Try other methods by searching on the site. That is if this doesn’t work