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