/jquery-play-sound

$.playSound('/assets/sound.mp3')

Primary LanguageJavaScript

= jquery playSound

This plugin defines $.playSound function.

  $.playSound('http://example.org/sound');

this must be set without the file extension and should create a file in .mp3 and .ogg format

That's all folks!