Kyle Brady wrote:

> Specifically, I'm having problems with:
> $('the_item').innerHTML = 'whatever';

MSIE (some version...) has been known to have problems
with ids using the "_" character - sometimes in very
unusual circumstances that are almost impossible to
pinpoint.

Try it with "theitem" instead (of course renaming
the actual element as well).

-- 
Bertilo Wennergren <http://bertilow.com>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to