I\'m using this code to play a preloaded mp3 file.
var shuffle = $(\"#shuffle\")[0]; shuffle.play();
Shuffle is my id. I got the code o
Its means the chronological order of object to be process always used on array [0],[1],[2]... you can check Here