Easy jQuery Multimedia Control Plugin - jIzzy
| File Size: | 15.6KB |
|---|---|
| Views Total: | 901 |
| Last Update: | |
| Publish Date: | |
| Official Website: | Go to website |
| License: | MIT |
jIzzy is a simple jQuery plugin for creating customizable Multimedia Controls with many useful features, by using html5 audio and videoelement.
How to use it:
1. Include jQuery library and jQuery jIzzy plugin on the web page
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> <script src="jquery.jizzy.js"></script> <script src="test.js"></script>
2. Create a container for the player
<div id = "musicDiv"> </div>
3. The javascript.
$('#musicDiv').musicify('Path.mp3',
{controls:"true",
autoplay:"true",
loop:"true"
}
);
Change Log:
v1.0.3 (2013-07-07)
- added video support
This awesome jQuery plugin is developed by shrimpboyho. For more Advanced Usages, please check the demo page or visit the official website.











