Is it safe to reference google's JQuery library?

后端 未结 5 1205
故里飘歌
故里飘歌 2021-02-07 15:49

I have included a reference to Google\'s JQuery library in my markup:



        
5条回答
  •  粉色の甜心
    2021-02-07 16:33

    It is 100% safe to use Google's hosted jQuery file. In fact, it is actually faster because browsers can download multiple files at once from different servers. Also, if the user has visited a website that uses Google's jQuery before, the script will already be in the cache, causing the page to load faster.

    Ad@m

提交回复
热议问题