标签:script 鼠标 sof pre mouseover .sh 隐藏 this news
<script type="text/javascript">
$(".news_con_col").mouseover(function(){
$(this).find(".bg-hover").show();
});
$(".news_con_col").mouseout(function(){
$(this).find(".bg-hover").hide();
});
</script>
鼠标经过图片时图片上出现文字,鼠标移出时隐藏(通俗版) -《狗嗨默示录》-
标签:script 鼠标 sof pre mouseover .sh 隐藏 this news
原文地址:http://www.cnblogs.com/LiGoHi/p/7288441.html