12 ms·
Thanks for the correction! Corrected version: $('#detect').click(); setTimeout(function() { $('.face').prepend('<img class="santaHat" src="http://officialpsds
by jacabado 15y 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 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);
- PanMan 15y agoStill missing a quote here... There is a missing quote before width= I tried posting the full code, but HN seems to remove it.