I know this issue has been touched on here but I have not found a viable solution for my situation yet, so I\'d like to but the brain trust back to work and see what can be
It might be useful to use the blur event which would be triggered less often:
$("textarea").blur(function() { // check input ($(this).val()) for validity here });