TextBlur is a jQuery plugin that adds a CSS hook to jQuery so you can fake a Blur Filter on text using only CSS text-shadow.
Syntax could not be simpler:
$("h1, p").css('textBlur', 20);
or just
$anyTextElement.animate({textBlur: 20}, 1000);
Example page? Sure. Click here!