Comment on Faster than jQuery(document).ready() - Wait Until ExistsComments−ck215yVery clever.I'd like to know if there is any performance hit though, NodeInserted fires on basically on every single fraction of page creation.−AltIvanOP15yThat is why it only uses getElementById to traverse the DOM.
Comments
Very clever.
I'd like to know if there is any performance hit though, NodeInserted fires on basically on every single fraction of page creation.
That is why it only uses getElementById to traverse the DOM.