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
It returns the native javascript object containing the first element in the matched set of elements.