PDA

View Full Version : سوال: مشکل کوپیک هاور



fr_sdgh
چهارشنبه 21 مهر 1395, 15:26 عصر
$(".pic").hover(
function(){
$(".info", this).css("display", "block");
}, function(){
$(".info", this).css("display", "none");
});
https://codepen.io/VectorQuanity/pen/qEeJoK

آقا من این سلکتور رو درک نمیکنم، عملا هم برای من جواب نمیده.
$(".info", this)

https://jsfiddle.net/5oqq0vxv/1/