Comment on Faster than jQuery(document).ready() - Wait Until ExistsComments−tszming15yThe polling approach is already used in the YUI2' onAvailable method. http://yui.yahooapis.com/2.9.0/build/event/event.jsBut your code should be faster -because you are polling at the 5ms interval!−adamdecaf15yWhich may not even be every 5ms...
Comments
The polling approach is already used in the YUI2' onAvailable method. http://yui.yahooapis.com/2.9.0/build/event/event.js
But your code should be faster -because you are polling at the 5ms interval!
Which may not even be every 5ms...