I have a element containing an image. Inside that div, I have a element which holds some information about the image. I want
element containing an image. Inside that div, I have a element which holds some information about the image. I want
$('#divwithimage').hover( function(){$('#ptag').show();}, //shows when hovering over function(){$('#ptag').hide();} //Hides when hovering finished );