[jQuery] best/standard way to benchmark your own scripts?
looking to find possible bottlenecks and basically optimize the hell
outta my js which relies heavily on jquery and the occasional
plugin...
is there a more elegant and efficient way to do this than to toss a
few document.write()s at my code?? =P
thanks!!
-Alex