Error Messages for K2


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Find & Replace this:
  2. jQuery('#commenterror').show().html(request.responseText);
  3.  
  4. With:
  5. 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/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.