I just ran into a strange Problem that only occurs in Safari. The
following code failed without any error in the Safari javascript
console:
var childElem = $(this.elem).childElements();

replacing it with:
var childElem = Element.childElements($(this.elem));

everything is just fine. This is only a Problem in Safari. Firefox,
Opera, IE have no problems. Does anyone know more about this? Makes me
wonder if I should change all code were I directly invoke a method on
an extended element..

thanks for any reply
Björn


--~--~---------~--~----~------------~-------~--~----~
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