We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

kristin on 01/09/08


Tagged

wordpress jquery k2


Versions (?)


Error Messages for K2


Published in: JavaScript 


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

  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');

Report this snippet 

You need to login to post a comment.