Cool, nice usage of the special events hooks. :) -- Brandon Aaron
On Tue, Sep 29, 2009 at 4:37 PM, [email protected] <[email protected]> wrote: > >> setTimeout(function(){ .../*your code to fire the event*/... },0); > > Hey, that works! Thanks for this tip. > > Since the event I made concerns itself with minimising the number of > timers on a page, I appreciate the irony of having to add one to make > it work as intended. You can see the result here: > > http://webdev.stephband.info/events/frame/ > > I still reckon this is a good use case for wanting a postSetup hook... > > Cheers > Stephen. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
