/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Find & Replace this: jQuery('#commenterror').show().html(request.responseText); With: jQuery('#commenterror').fadeIn().html(request.responseText).animate({opacity: 1.0}, 3000).fadeOut('slow');
URL: http://kpishdadi.com/2007/12/26/k2-quicky-fade-comment-error-in-out/