On Aug 14, 12:09 am, Blair Mitchelmore <[EMAIL PROTECTED]> wrote: ... > The functions I've added to jQuery are once, every, and stop.
Very convenient! :D A couple small recommendations: - Rename 'every' to 'everyTime' or 'everyTick', to avoid confusion with 'each'. To me, "each" and "every" sound like they are closely related. - Rename 'stop' to ... ??? ... to avoid that people think the function has something to do with stopping animation. Since stopping animation might become a feature in future jQuery versions (that's the rumor, anyway), it might be a good idea to avoid any potential name collision here. Maybe stopClock? stopTimer? Stop is just a bit too generic, IMO.