Is there a way for your function to be called as LAST in the queue, $(document).ready()or is there a way to raise an event after completion?
I want to essentially see if something was fired $(document).ready(), and if not, start it after the wards. If I put this code in a finished document, then there is no guarantee that it will be executed last, so several checks may occur.
Chris source
share