[jQuery] Re: hover and fade in fade out problems...

2008-05-04 Thread Alexandre Plennevaux
hi Aaron, your function braces are missing, it should be: $(document).ready(function() { $("#image").hover( function () { $(this).append(' ***'); }, function () { $(this).find("span:last").remove();}); });

[jQuery] Re: hover and fade in fade out problems...

2008-05-05 Thread Aaron
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