我用一些 j子对我的形象产生影响。 但是,当点击更多纽顿时, t不去打上JQuery的下一个图像。 问题已经成熟。 因此,我想使用我的长辈法典,但不知道如何使用。
我感谢您。
:
var hoverImg = <div class="hoverimg"></div> ;
$(".thumb").each(function(){
$(this).children("div").each(function(){
$(this).find("a").append(hoverImg);
});
});
$(".thumb div").hover(function() {
$(this).find(".hoverimg").animate({ opacity: toggle });
});
$(".thumb").hover(function() {
$(this).find("div").each(function(){
$(this).find(".shadow").fadeOut(500);
});
});
:
var shadowImg = <div class="shadow"></div> ;
$(".thumb").each(function(){
$(this).children("div").each(function(){
$(this).append(shadowImg);
});
});
:
var c = ;
var d = ;
$( .view-content div.views-row ).each(function(){
c = 0;
d = 0;
var i = 1;
d = $(this).find( .thumbimg ).length;
$(this).find( .thumbimg ).each(function(){
sayi=i++;
$(this).append( <div class="img_no">0 +sayi+ </div> );
});
});