JQuery plug-in bxSlider implements responsive focus graph, jquerybxslider
Excellent responsive jQuery focus chart plug-in bxSlider, excellent responsive layout design jQuery plug-in, self-fit
Any device, including videos, images, HTML, Touch devices, and user-defined functions
Callback, supports many parameter custom configurations, and supports Firefox, Chrome, Safari,
IOS, Android, and IE7 +.
Usage:
1. Load jQuery and plug-ins
<!-- jQuery library (served from Google) --> <script src="jquery/1.8.2/jquery.min.js"></script> <!-- bxSlider Javascript file --> <script src="/js/jquery.bxslider.min.js"></script> <!-- bxSlider CSS file --> <link href="/lib/jquery.bxslider.css" rel="stylesheet" />
2. HTML content
<ul class="bxslider"> <li></li> <li></li> <li></li> <li></li> </ul>
3. function call
$(document).ready(function(){ $('.bxslider').bxSlider(); });
Please customize the function option configuration.
View DEMO download
The above is all the content of this article. I hope you will like it.