Has anyone done any benchmarks to compare the speeds of using
different expressions? Like how much faster $("a.myclass") is than
$(".myclass") and the difference, if any, between
$("a").filter(".myclass") and $("a.myclass") etc.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to