I\'m using jQuery on a site that I\'m working on and everything works fine - except in Internet Explorer 7 (and previous versions, but the site doesn\'t support them). Take
jQuery.fn.fixClearType = function(){ return this.each(function(){ if(typeof this.style.filter && this.style.removeAttribute) this.style.removeAttribute("filter"); }) }