> I'm with Karl. I remember IE dying on me when I tried to set an
> expando called 'all', go figure...
>
> So.. use another attribute, jQuery.data or try setAttribute.
> Not sure whether it will fail as well or not.

Sorry for the spamming of the list.  I actually figured out why it
didn't work.  The script I was using (scrollovers - www.scrollovers.com)
needed what I was trying to add, but the script was loaded before the
document.ready.  So the external file (I'm guessing) parsed the DOM,
couldn't find what it needed, and just let it go.  Once I moved the
external script after the jQuery initialization it worked.

Thanks.

Reply via email to