Difference between revisions of "Team:Valencia UPV/mainjava"
Line 1: | Line 1: | ||
$(document).ready(function (){ | $(document).ready(function (){ | ||
+ | $(".slider_text1").hide(); | ||
$(".right").hover(function(){ | $(".right").hover(function(){ | ||
$(".slider_text1").fadeIn(); | $(".slider_text1").fadeIn(); |
Revision as of 13:20, 14 September 2015
$(document).ready(function (){
$(".slider_text1").hide(); $(".right").hover(function(){ $(".slider_text1").fadeIn(); },function(){ $(".slider_text1").fadeOut(); });
});