Difference between revisions of "Team:Valencia UPV/mainjava"
Line 7: | Line 7: | ||
$(".slider_text2").fadeOut(); | $(".slider_text2").fadeOut(); | ||
}*/); | }*/); | ||
− | + | $(".right").hover(function(){ | |
$(".slider_text1").fadeIn(1500); | $(".slider_text1").fadeIn(1500); | ||
− | },function(){ | + | }/*,function(){ |
$(".slider_text1").fadeOut(); | $(".slider_text1").fadeOut(); | ||
− | } | + | }*/); |
}); | }); |
Revision as of 14:42, 14 September 2015
$(document).ready(function (){
$(".slider_text2").hide(); $(".slider_text1").hide(); $(".slider").hover(function(){ $(".slider_text2").fadeIn(1500); }/*,function(){ $(".slider_text2").fadeOut(); }*/); $(".right").hover(function(){ $(".slider_text1").fadeIn(1500); }/*,function(){ $(".slider_text1").fadeOut(); }*/);
});