0
Q:

display none after hover

$('.info').hover(function() {
    $(this).fadeTo(1,1);
},function() {
    $(this).fadeTo(1,0);
});
0

New to Communities?

Join the community