jquery - When writing a Chrome Extension: How can I make sure the page fully loaded including the $(document).ready function on that page? -
I have tried Script has no control over my page, only on my chrome extension. Is there a way to fully wait for my script execution? Yes, instead you have run_at = "document_end" , but it seems that both
$ Ready (page, and my content script) trigger at the same time.
$ (window) .od in your script You can use. So it will move after
$ (document). of the page. The only fall is that it is also waiting to load the graphics. But what do I use in my extenstions
Comments
Post a Comment