1. 程式人生 > >鼠標經過圖片時圖片上出現文字,鼠標移出時隱藏(通俗版) -《狗嗨默示錄》-

鼠標經過圖片時圖片上出現文字,鼠標移出時隱藏(通俗版) -《狗嗨默示錄》-

his -h fun con 出現 type ava style size

<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>

鼠標經過圖片時圖片上出現文字,鼠標移出時隱藏(通俗版) -《狗嗨默示錄》-