6 ms·
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 selecto
by AltIvan 15y ago
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.