Skip to content

Instantly share code, notes, and snippets.

@voroninman
Created August 28, 2013 17:51
Show Gist options
  • Save voroninman/6369058 to your computer and use it in GitHub Desktop.
Save voroninman/6369058 to your computer and use it in GitHub Desktop.
for (var items = document.querySelectorAll('[id*="audio_info"]'), l = items.length - 1; l >= 0; l--) {
try {
console.log(items[l].value.match(/.*\.mp3/)[0]);
} catch (e) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment