hey ya'll
i am trying to to write a script that will detect a hover over the div "module" and then fade in the div "info" inside "module". I am using jquery, here is what i have.
Code: Select all
$(".module").hover(
function(){$(this $(".info")).fadeIn("fast");},
function(){$(this).fadeOut("fast");}
);
Code: Select all
<div class="module id43">
<img src="lib/img/tmp/Picture%204.png" alt="" height="359" />
<div class="info">
<h2>Matt Saunders</h2>
<p>Ventosus feugait iriure incassum abluo te sed eros epulae blandit valetudo eu praesent regula. Luptatum lobortis jus nulla os appellatio exerci inhibeo, volutpat iaceo.</p>
<div class="category">Visual Arts</div>
<div class="type">Video</div>
</div>
</div>
pickle | Please use [ code=php ], [ code=text ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: