removeAttribute function is used to make the font as clear type in IE.
This function solves the issue of clear type text in IE with jQuery.
You should use removeAttribute function only for IE.
if ((verOffset=navigator.userAgent.indexOf("MSIE"))!=-1) {
this.style.removeAttribute('filter');
}
No comments:
Post a Comment