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