Force periodically_call_remote to fire immediately
- by Daniel Huckstep
I have a
periodically_call_remote
that I want to fire right away (as if the code was present without the setTimeout) as well as call periodically. Is there a nice way to do this use PCR, or do I have to roll my own?
I'm using jQuery/jRails if it helps.