Return to Snippet

Revision: 4566
at January 9, 2008 16:34 by kristin


Updated Code
Find & Replace this:
jQuery('#commenterror').show().html(request.responseText);

With: 
jQuery('#commenterror').fadeIn().html(request.responseText).animate({opacity: 1.0}, 3000).fadeOut('slow');

Revision: 4565
at January 9, 2008 16:29 by kristin


Initial Code
Find & Replace this:

jQuery('#commenterror').show().html(request.responseText);

With: 

jQuery('#commenterror').fadeIn().html(request.responseText).animate({opacity: 1.0}, 3000).fadeOut('slow');

Initial URL
http://kpishdadi.com/2007/12/26/k2-quicky-fade-comment-error-in-out/

Initial Description


Initial Title
Error Messages for K2

Initial Tags
wordpress, jquery

Initial Language
JavaScript