|
I think the problem is the .bind(this).
You aren’t referencing ‘this’ in the function, what are you
binding? I’d say drop it and see if it fixes it. Greg From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Marco M. Jaeger I was wondering whether anybody could please tell me why
this is causing an error in IE (works in Firefox): $A(container.getElementsByTagName('*')).each( function(el) { What would be an alternative of achieving the same? Thank you Marco M. Jaeger | Url: http://mmjaeger.com
| E-mail: [EMAIL PROTECTED] |
_______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
