Today I dived into sizzle. At last I have to say, because I knew of it existence but never got the time to look into it. Sizzle the new css selector class of John Resig. (http://sizzlejs.com/) It is a small an well made peace of javascript. And it works fine. I am trying to combine it with my own little framework, domnodes and there is still some work to do.

Sizzle seems to be pretty fast, I read the test bestween mootoolsand Sizzle on http://mootools.net/mootools_vs_sizzle/ and for me the results  are almost equal.

My own little domnodes file looks tiny compared to Sizzle though, so I am not sure what to do, Embrace Sizzle or look for Mootools to extract their CSS selector code.
First try Sizzle , that is what I am going to do.


SPEAK / ADD YOUR COMMENT
Comments are moderated.

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Return to Top

Sizzle

FRESH / LATEST POSTS