Home > Web Front-end > JS Tutorial > body text

jQuery plug-in bxSlider implements responsive focus map_jquery

WBOY
Release: 2016-05-16 16:04:37
Original
1219 people have browsed it

Excellent responsive jQuery focus map plug-in bxSlider, excellent responsive layout design jQuery plug-in, adaptive
Suitable for any device, switching content can be video, picture, HTML, support touch devices, custom function
callback, supports numerous parameter custom configurations, and the browser supports Firefox, Chrome, Safari,
iOS, Android, IE7.

jQuery plug-in bxSlider implements responsive focus map_jquery

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" /> 
Copy after login

2.HTML content

<ul class="bxslider"> 
 <li><img  src="/images/pic1.jpg" / alt="jQuery plug-in bxSlider implements responsive focus map_jquery" ></li> 
 <li><img  src="/images/pic2.jpg" / alt="jQuery plug-in bxSlider implements responsive focus map_jquery" ></li> 
 <li><img  src="/images/pic3.jpg" / alt="jQuery plug-in bxSlider implements responsive focus map_jquery" ></li> 
 <li><img  src="/images/pic4.jpg" / alt="jQuery plug-in bxSlider implements responsive focus map_jquery" ></li> 
</ul> 
Copy after login

3. Function call

$(document).ready(function(){ 
 $('.bxslider').bxSlider(); 
}); 
Copy after login

Please customize the function option configuration.
View DEMO Official website download

The above is the entire content of this article, I hope you all like it

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template