Find & Replace this:
jQuery('#commenterror').show().html(request.responseText);
With:
jQuery('#commenterror').fadeIn().html(request.responseText).animate({opacity: 1.0}, 3000).fadeOut('slow');
Error Messages for K2
Leave a Reply
You must be logged in to post a comment.