IE is probably having issues with trying to set an attribute of "type", which is generally only used for input elements.
Karl Rudd On Wed, May 28, 2008 at 2:14 PM, Chris P <[EMAIL PROTECTED]> wrote: > > Anyone on this? > > On May 26, 8:32 pm, Chris P <[EMAIL PROTECTED]> wrote: >> 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. >