Kornel Lesinski wrote: > That's why I propose to make this function use exactly the syntax that > class attribute uses. > getElementsByClassName("bar foo") should match class="foo bar", > class="bar baz foo", etc. For multiple classes it makes more sense to use: el.getElementsBySelector(".foo.bar") erik