I\'m looking for a way to load jquery after the page is fully loaded.
well there are lots of questions and answers about it in here, but all describe how to run a scri
):
However, this is risky in my opinion. You have an asynchronous call for jquery, thus your jquery has to wait until it loads (ie. $(document).ready
won't work in this case). So my answer would be: use a CDN like google suggests; put your javascript on the bottom just before ; and, ignore flags from profilers.