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 run_at = "document_end" , but it seems that both $ Ready (page, and my content script) trigger at the same time.

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 $ (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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -