Is it possible that the *** might be behind the image??

I copied that exacty and pasted in the script replaced what I had and
still I don't see any *** that appears on the side of the image.


I am doing this to just learn how to manage the function hover.

my main idea is to have the image that when a mouse is over the image
a window/table will fade in kinda like a tool tip but instead of a tip
it's other photos in the users photo album once the mouse goes off the
image and is not on the table or window then the windows/table would
fade out.

That is my goal but for right now I am trying to play with the hover
function and the fadein fadeout fucntions to master how to manipulate
it.

On May 4, 2:16 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
wrote:
> hi Aaron,
>
> your function braces are missing, it should be:
>
> $(document).ready(function() {
>
> $("#image").hover(
>      function () {
>        $(this).append('<span> ***</span>');},
>
>    function () {
>  $(this).find("span:last").remove();});
>
>
>
> });- Hide quoted text -
>
> - Show quoted text -

Reply via email to