[Proto-Scripty] IE8 error, line 5974 - Object doesn't support this property or method

2012-06-08 Thread nbezzala
I am using prototype version 1.7 on IE8. It works fine on Firefox and Opera. The error is in this line var nodes = $(element).getElementsByTagName('*'); Below is the code around it. / *-- */ if (!document.getElementsByCla

[Proto-Scripty] Please remove me from your mailing list.

2012-06-08 Thread suresh V R
Hi, Please remove me from your mailing list. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@googlegroups.com. To unsubscribe from this group, send email to prototype-s

Re: [Proto-Scripty] Please remove me from your mailing list.

2012-06-08 Thread Jason Westbrook
Hi Suresh you can unsubscribe at any time by sending an email to prototype-scriptaculous-unsubscr...@googlegroups.com Jason Westbrook | T: 313-799-3770 | jwestbr...@gmail.com On Mon, Jun 4, 2012 at 5:53 PM, suresh V R wrote: > Hi, > Please remove me from your mailing list. > > -- > You recei

Re: [Proto-Scripty] IE8 error, line 5974 - Object doesn't support this property or method

2012-06-08 Thread Jason Westbrook
Are you wanting to collect all of the child elements of $(element) ? try using $(element).childElements() but actually looking at the whole code it looks like you are defining getElementsByClassName - there is already functionality in prototype to do this $$(".classname") will return a list of e