Displaying 1 result from an estimated 1 matches for "getelementsbyattribut".
Did you mean:
  getelementsbyattribute
  
2006 Jun 02
1
prototype patch submissions
...Prototype on this list, but I wanted to share what I''ve 
been doing in the hopes of soliciting some feedback from you folks. If this 
isn''t the right place to discuss Prototype, mea culpa - where should I go?
http://dev.rubyonrails.org/ticket/5122
#5122 addressed adding document.getElementsByAttribute, alongside the 
existing document.getElementsByClassName. We''ve found that while it''s useful 
to be able to use ''ByClassName, often we''ll step on our designer''s toes if 
we try to use the class for a programmatic function. Semantically I believe 
that t...