equal
deleted
inserted
replaced
40 }).mouseout(function(){ |
40 }).mouseout(function(){ |
41 $(this).animate({ backgroundColor: "#CCCCCC" }, 500); |
41 $(this).animate({ backgroundColor: "#CCCCCC" }, 500); |
42 }); |
42 }); |
43 |
43 |
44 |
44 |
45 // menu li |
45 // liens |
46 /* |
46 |
47 $(".post").mouseover(function() { |
47 $(".JQplink").mouseover(function() { |
48 $(this).animate({ backgroundColor: "#e7e7e7" }, 500); |
48 $(this).fadeTo("slow", 0.5); |
49 }).mouseout(function(){ |
49 }).mouseout(function(){ |
50 $(this).stop(); |
50 $(this).fadeTo("slow", 1); |
51 $(this).animate({ backgroundColor: "#FFFFFF" }, 500); |
|
52 }); |
51 }); |
53 */ |
52 |
54 |
53 |
55 }); |
54 }); |
56 |
55 |
57 |
56 |
58 |
57 |