Hi Pete and Eric, Eric Anderson wrote: > We can just use selectors. CSS selectors are very good as specifying > elements in a document.
That's exactly what I thought, too. Using $$() is IMHO the way to go, and keeps us from adding more and more getElementsByWhatever() functions. Enhancing the generic $$() function to fully support (unit testable) CSS2 selectors while maintaining reasonable performance, would be the real challenge. cheers Ingmar _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
