I am trying to accomplish of the task of displaying text below an image when you hover over it. I do not want to use the title attribute, because I want to be a
title
give your text inside a div and then show that div on hover of image like this..
Hiiii $('#img').live('mouseover', function(){ $('#div').show(); });