> {
> 'class': 'foo',
> 'for': 'foo',
> 'function': 'foo'
> }

Javascript will like those but IE will not. You have to use className
and htmlFor if you want them to work as CSS attributes in IE. However,
its most portable to work with what jQuery gives you.

Reply via email to