I am considering a proper HTML.
Anything like <html><body><div id="elementId">Content</div></body></
html>.

Here the commands and outputs took from a page:
>>> $('modeloObjAprem')
tr#modeloObjAprem
>>> $('modeloObjAprem').setAtt
undefined
>>> $('modeloObjAprem').getElementsByClassName
undefined


On Apr 2, 7:37 pm, Ken Snyder <[EMAIL PROTECTED]> wrote:
> Pedro wrote:
> > Anyone would why this is not working in IE (both 6 and 7):
>
> >  $('elementId').hide();
>
> > Only the form Element.hide('elementId') is working.
> > ...
>
> You'll have to provide some html and surrounding js.  The problem is
> most likely with something else.  For example, if two html nodes have
> the id=elementId it will break.  Also, on IE when one node has
> name=elementId and another has id=elementId it will also cause problems
> due to a wacky implementation of document.getElementById.
>
> - Ken Snyder
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-spinoffs@googlegroups.com
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