Comment on Faster than jQuery(document).ready() - Wait Until ExistsparentComments−AltIvanOP15yOP here. The 5ms interval is only used on old versions of Internet Explorer.It uses getElementById to traverse the DOM and it is said to be the faster selector in javascript.
Comments
OP here. The 5ms interval is only used on old versions of Internet Explorer.
It uses getElementById to traverse the DOM and it is said to be the faster selector in javascript.