The bleeding edge of web: querySelector() and querySelectorAll()
One thing coming up in the W3C selectors api spec are a couple of new methods for retrieving DOM elements called querySelector() and querySelectorAll() that take a css selector and return a node or list of nodes that match. They basically do the same thing as the css query features of JQuery or Dean Edward’s [...]Published in Javascript on Saturday, July 12th, 2008
