Showing
1 changed file
with
7 additions
and
0 deletions
@@ -34,6 +34,13 @@ if ($.inArray(homePage, ['boys','girls','kids','lifestyle']) > -1) { | @@ -34,6 +34,13 @@ if ($.inArray(homePage, ['boys','girls','kids','lifestyle']) > -1) { | ||
34 | }); | 34 | }); |
35 | } | 35 | } |
36 | 36 | ||
37 | +$(".imgopacity") | ||
38 | +.on("mouseenter", "a img", function() { | ||
39 | + $(this).css("opacity", 0.8) | ||
40 | +}) | ||
41 | +.on("mouseenter", "a img", function() { | ||
42 | + $(this).css("opacity", 1); | ||
43 | +}); | ||
37 | 44 | ||
38 | 45 | ||
39 | lazyLoad($('img.lazy')); | 46 | lazyLoad($('img.lazy')); |
-
Please register or login to post a comment