Error Messages for K2

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

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

source

Leave a Reply