$(function(){ $('.pic1c-tit').hover(function(){ $(this).find('p').show(); $(this).siblings().find('p').hide() }) })