Re: Selectors API naming

On 12/20/06, Jim Ley <jim@jibbering.com> wrote:
>
> No, one group of JS programmers do that, it is not representative of the
> entire industry at all

Mappings to getElementById in some popular JS libraries:

Yahoo UI: get()
Prototype.js: $()
MochiKit: $()
dojo: byId()

etc, etc.

I guess that's the nice thing about getElementsBySelector. It's like
picking 6 names all at once. :)

-- 

Robert Sayre

Received on Wednesday, 20 December 2006 19:10:27 UTC