S
Size: a a a
S
S
MI
S
S
MI
S
S
S
MI
MI
MI
S
S
S
S
S
const playerOptions = {
src: 'something'
autoplay: true
}
for(let option in playerOptions) {
audio.setAttribute(option, playerOptions[option]
}
MI
const playerOptions = {
src: 'something'
autoplay: true
}
for(let option in playerOptions) {
audio.setAttribute(option, playerOptions[option]
}
$(selector).attr({src: 'something', autoplay: true})
S
S