What\'s the easiest way to find Dom elements with a css selector, without using a library?
function select( selector ) { return [ /* some magic here please
Here is a nice snippet i've used some times. Its really small and neat. It has support for the all common css selectors.
http://www.openjs.com/scripts/dom/css_selector/