/ Published in: JavaScript
URL: http://kpishdadi.com/2007/12/26/k2-quicky-fade-comment-error-in-out/
Expand |
Embed | Plain Text
Find & Replace this: jQuery('#commenterror').show().html(request.responseText); With: jQuery('#commenterror').fadeIn().html(request.responseText).animate({opacity: 1.0}, 3000).fadeOut('slow');
You need to login to post a comment.
