A Super Fast And Compatible CSS3 Selector Engine
KQuery is a full implemention css3 selector engine, support ie6+/chrome/firefox/opera/safari, no xpath. With its compile system, it makes that KQuery's speed is faster and the result is more reliable than other selector engines. Because it find the best
query logic while compling, it is always executes the best logic, then the generated query function was cached, but it nerver cache results, so the result is reliable even the dom is changing continually.
How Fast ?
speed test at:
Slickspeedtestsuite at:
Testsuite
Usage
kquery(#id|.class|tag), it's the same like using jQuery selector (sizzle).
see more: http://veryos.com/projects/kquery
Contact
admin@veryos.com aaron.xiao
Help
If you have any questions, feel free to create ticket or
contact via email.
License
KQuery is available under the terms of the
MIT License.