Foggy

Foggy is an interesting jQuery plugin for blurring page elements. Yet I can’t help but be concerned about the performance implications for browsers that don’t support the native CSS3 blur (-webkit-filter: blur) attribute. Making several copies of an HTML element to be reinserted in the DOM is often costly.