I have a HTML button
and I want to add an id
to the element. However I'm not able to do it manually, so I'm looking for an option through jQuery.
<div class="mejs-button mejs-playpause-button mejs-play">
<button type="button" aria-controls="mep_0" title="Play" aria-label="Play" tabindex="0"></button>
</div>