🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

jAudio is a small jQuery plugin which converts audio links into a minimal HTML5 audio player with play and pause controls.

audio-player

Documentation

jAudio

A jQuery plugin for convert <A> tags to simple audio player

How to use ?

First add jAudio css file between head tag :

<link rel="stylesheet" href="jquery.jAudio.css">

Add the latest version of jQuery and after that insert jAudio script file :

<script type="text/javascript" src="jquery.min.js"></script> <script type="text/javascript" src="jquery.jAudio-1.0.0.js"></script>

Add your tags :

<a href="sound.mp3">Sample Music One</a> <br> <a href="sound.mp3">Sample Music Two</a> <br> <a href="sound.mp3">Sample Music Three</a>

Now select tags and make jAudio players :

<script type="text/javascript">     $('a').jAudio(); </script>

Consider, This just supported MP3 file formats.


You May Also Like