load jquery after the page is fully loaded

前端 未结 11 1479
甜味超标
甜味超标 2020-12-31 08:32

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

11条回答
  •  旧时难觅i
    2020-12-31 08:57

    Include your scripts at the bottom of the page before closing body tag.

    More info HERE.

提交回复
热议问题