Monthly Archives: January 2012

jQuery Delegate Document vs Element

It was recently brought to my attention that jQuery delegating to the document is faster than an element, the reason being document is already an object that doesn’t have to be transversed.  Needless to say I’m the kind of person … Continue reading

Posted in Web Development | Tagged , , | Leave a comment