Difference between revisions of "Team:Valencia UPV/mainjava"
Line 1: | Line 1: | ||
$(document).ready(function (){ | $(document).ready(function (){ | ||
− | $(". | + | $(".slider").hover(function(){ |
$(".slider_text1").css("opacity","1"); | $(".slider_text1").css("opacity","1"); | ||
}); | }); | ||
}); | }); |
Revision as of 21:06, 13 September 2015
$(document).ready(function (){
$(".slider").hover(function(){ $(".slider_text1").css("opacity","1"); });
});