jQuery Notification with Sound Alert

Today, I was searching for jQuery Notification Plugin with Sound Alert 🙂

But, could not find any good plugin as per my requirements 🙁
So, I just merged 2 javascript codes to make a custom notification plugin.

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
width="1"height="1"id="audio1"align="middle">
<embed src="wavplayer.swf?gui=none&h=1&w=1&sound=success.wav&"
bgcolor="#ffffff"
width="1"
height="1"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"/>
</object>

You can customize this javascript plugin as per your need 😉

Thanks to…

http://boedesign.com/demos/gritter/
https://github.com/francois2metz/WavPlayer

Once you start a working on something, don’t be afraid of failure and don’t abandon it. People who work sincerely are the happiest.