I am doing some testing on my site, and I have a python program which does gets on few different pages. Some of these pages have $(document).ready(function()
. I noticed that when I do get through python, I get the code, but for example $(document).ready(function()
doesn't run.
How can I run the $(document).ready(function()
of the site I am doing a GET on?
Thank you for help.