通过jQuery缩略图插件jQThumb实现缩略图功能,此插件实现过程简单,效果也很好,推荐一下。
需要引入的插件包括:
jquery.min.js
jqthumb.min.js
具体实现的Js部分的代码:
<script>
$(function(){
$('.iwwenbo2 img').jqthumb({
width: 100, //生成的缩略图的宽度
height: 100,//生成的缩略图的高度
after: function(imgObj){
imgObj.css('opacity', 0).animate({opacity: 1}, 2000);//动画效果
}
});
});
</script>
相关插件下载地址:
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com