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