Difference between revisions of "Team:Valencia UPV/mainjava"
Line 4: | Line 4: | ||
$(".slider").hover(function(){ | $(".slider").hover(function(){ | ||
$(".slider_text2").fadeIn(1500); | $(".slider_text2").fadeIn(1500); | ||
− | },function(){ | + | }/*,function(){ |
$(".slider_text2").fadeOut(); | $(".slider_text2").fadeOut(); | ||
− | }); | + | }*/); |
/*$(".right").hover(function(){ | /*$(".right").hover(function(){ | ||
$(".slider_text1").fadeIn(1500); | $(".slider_text1").fadeIn(1500); |
Revision as of 14:36, 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(); });*/
});