YASS: Yet Another cSS selector - moved to yass.webo.in

The fastest CSS1 selectors JavaScript implementation in the world!

Download version 0.1.3 (6.5 Kb, 1.4 Kb gzipped) for testing and development

Download minified version 0.1.3 (1923, 764 bytes gzipped) for usage

Content of the first paragraph selected in ms by YASS (10000 times)

Content of the first paragraph selected in ms by native DOM methods (10000 times)

Examples

        _('a.link');
        _('.link span');
        _('.sp sp');
        _('p');
        _('#p');
        _('#p .link');
        _('#p #sp1');
        _('p#p');
        _('p a');
        _('.link');
        _('.link #sp1');
        _('img');
        _('body p img');
        _('a, img');

Speed Up Your Website