JQ实现点击小图显示大图

JQ实现点击小图显示大图 代码块
js,例如:

/*图片*/ $('.imgJs').each(function() { var imgHeight = $(this).height(), aHeight = $(this).parent().height(); if(imgHeight'height':aHeight,'width':'auto'}) } }); /*图片显示大图*/ $('.deImg').each(function() { $(this).click(function(){ $('body').css({'height':'100%','overflow':'hidden'}); $('.imgBg').fadeIn(500); var src = https://www.it610.com/article/$(this).attr('src'); $('.showImg').attr('src',src); var winHeight = $(window).height(); var imgHeight = $('.showImg').height(); if(imgHeight

【JQ实现点击小图显示大图】html,例如:
JQ实现点击小图显示大图
文章图片
JQ实现点击小图显示大图
文章图片

    推荐阅读