You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating audio element after page load using jquery and then appending to body. At that time it doesn't seem to work. <audio controls class="audiplay vam" nodownload> <source src="' . $trackSource . '" type="audio/mp3" /> </audio>
The text was updated successfully, but these errors were encountered:
I am creating audio element after page load using jquery and then appending to body. At that time it doesn't seem to work.
<audio controls class="audiplay vam" nodownload> <source src="' . $trackSource . '" type="audio/mp3" /> </audio>
The text was updated successfully, but these errors were encountered: