This should do it:
$(“.hot_post_thumbnail”).hover(function(){ 
$(this).closest(“.hot_post_title”).show();
$(this).closest(“img”).show();
});
solved Jquery show hover effect [duplicate]
 
This should do it:
$(“.hot_post_thumbnail”).hover(function(){ 
$(this).closest(“.hot_post_title”).show();
$(this).closest(“img”).show();
});
solved Jquery show hover effect [duplicate]