JSound 1.0.1 is jQuery plugin for playing sounds on any html tag element
JSound works only on modern browser with html5. We always need 2 files as
*.mp3 and *.ogg We implement the jQuery framework and jsound plugin in the
head part of our site as follow: <script language="javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
First we …