Hi, it helped me to fix appending of new style values, without overwritting all previously declared ones (just those that are meant to change). Thanks. If you still don't like eval(), try this: element.style[k]= v; You know objects, arrays, objects...
Comment
Hi, it helped me to fix appending of new style values, without overwritting all previously declared ones (just those that are meant to change). Thanks.
If you still don't like eval(), try this:
element.style[k]= v;
You know objects, arrays, objects...