Posts by Mateus • 1 point
1 post
- 
		0 votes3 answers3185 viewsA: How to create random audio playlist?I did it this way, then every time I hit the "next" button it will load a new song function id(id) { return document.getElementById(id) } function init() { var container = id('fundo-controles'); var…