Not sure if this is the right place to post, but I was wondering, is
there any particular reason to split the css expressions in the
findChildElements method?
Wouldn't doing something like this
if (Prototype.BrowserFeatures.SelectorsAPI){
try{
return $A((element ||
document).querySelectorAll(expression).map(Element.Methods);
}catch(e){}
}
...followed by the original code be more effective?
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.