[jQuery] jQuery Not Adding Class/Attributes in IE

[jQuery] jQuery Not Adding Class/Attributes in IE


Hello all,
For some reason this is not working in IE but fine in Safari/FF.
jQuery('ul.nav a').addClass('scrollover').attr('type','scrollover');
You can see it on my site (www.siolon.com). It's suppose to add it in
the navigation bar.
Cheers.