The jQuery source features uses of setTimeout with both 0 and 1 as second argument. I\'m under the impression that they both mean &quo
setTimeout
0
1
It's simply an example of bad code practice in the jQuery source.
That's all. There's no reason to favor 0 over 1 or vice versa.
Raise a jQuery bug, have it fixed / normalized to use one or the other.