My question is as follows. I have two audio tags in html, but one has the id="player", when I click on a button I want the id to change to the next tag. I have the following.
<audio id="player" data-value="dato">
<audio id="" data-value="segundodato">
<button id="boton" type="button">Siguiente</button
Could you help me fix it? I have nothing in Jquery yet.