Introduction - If you have any usage issues, please Google them yourself
HTML music player
Usage: 1. Call CSS style:
<link rel=, "stylesheet", "href=", "css/stylesheets/style.css" >
2, call the JS plug-in code:
<script src= "js/jquery-1.7.2.min.js" ></script>
<script src= "js/jquery-ui-1.8.17.custom.min.js" ></script>
<script src= "js/script.js" ></script>
3, add HTML code:
The <! -- HTML start -- >... <...! -- HTML -- > end between the HTML and JS code in <body></body>.