Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kotarok/728197 to your computer and use it in GitHub Desktop.
Save kotarok/728197 to your computer and use it in GitHub Desktop.
html {
/*to remove all comment nodes on IE*/
behavior: expression(this.behavior || ((function(a){
a=document.getElementsByTagName('!');
try{for(var i=0,l=a.length;i<l;i++){a[i].parentNode.removeChild(a[i])}}catch(e){};
})(),1));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment