Comment on Faster than jQuery(document).ready() - Wait Until ExistsparentComments−Encosia15yIt's using DOMNodeInserted (when available), which does fire as each element is created.
Comments
It's using DOMNodeInserted (when available), which does fire as each element is created.