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();}); });
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();}); });