> It's so clear now how to create custom pseudo-class/selectors :)

Slick for sure rocks.  Don't let me take anything away from it.

BUT…   for  something  as non-special and intrinsic to XPath as 'value
equals  string',  I always use XPath first in browsers that support it
in-place  (on  the  main  document).   You will find this consistently
100%+ faster than the userspace string comparison:

    http://www.jsfiddle.net/P5y9Q/

Yes,  I  am an XPath evangelist in general, but the speed advantage is
really there.

-- Sandy

Reply via email to