Hacker News new | ask | show | jobs
by jacabado 5319 days ago
Thanks for the correction!

Corrected version:

$('#detect').click(); setTimeout(function() { $('.face').prepend('<img class="santaHat" src="http://officialpsds.com/images/thumbs/Santa-Hat-psd20202.png width="90px" />'); $('.santaHat').css('position', 'relative'); $('.santaHat').css('top', '-60px');$('.face').css('border-width','0px'); }, 200);

1 comments

Still missing a quote here... There is a missing quote before width= I tried posting the full code, but HN seems to remove it.