Nivoslider是一款基于jQuery的,能实现多种切换效果的图片切换插件。Nivoslider提供了11种切换效果,支持多种参数配置和方法函数调用,使用简单,是一款非常理想的图片切换插件。
<div id="slider" class="nivoSlider">
<a href="javascript:void(0);"><img src="images/s1.jpg" alt="" title="好漂亮的狗狗..." /></a>
<a href="javascript:void(0);"><img src="images/s2.jpg" alt="" title="图片标题..." /></a>
<a href="javascript:void(0);"><img src="images/s3.jpg" alt="" title="#htmlcaption" /></a>
</div>
<div id="htmlcaption" class="nivo-html-caption">
<strong>图片标题</strong>,支持HTML标签 <a href="http://www.helloweba.com">helloweba.com</a>.
</div>
<script type="text/javascript">
$(function() {
$('#slider').nivoSlider();
});
</script>
官网地址 :https://themeisle.com/
演示地址 :http://www.ibloger.net/assets/demos/jquery.nivo.slider/index.html