⬅︎ Back to setAttribute('style', ...) workaround for IE
I have added this code: if(k=='class') { eval("element.className='"+v+"'"); }
thanks very very very much!
Comment
I have added this code:
if(k=='class')
{
eval("element.className='"+v+"'");
}
Parent comment
thanks very very very much!