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
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---