WebKit gets Native getElementsByClassName
Posted by David Smith on Friday, December 21st, 2007 at 11:43 pmgetElementsByClassName is one of the more common functions requested by JavaScript programmers (and added by JavaScript libraries); it works along the same lines as getElementsByTagName and getElementById in looking up elements of a web page by their properties. In fact, it’s so common that in the new in-progress HTML5 specification it’s been added to the [...]