What's the reason to include scripts with two different calls?

后端 未结 6 1978
小蘑菇
小蘑菇 2021-01-05 05:15

I use HTML5 boilerplate and jQuery is declared twice in the HTML page like this:



        
6条回答
  •  梦毁少年i
    2021-01-05 05:38

    They reason html5 Boilerplate includes the script that way is because it attempts to "load jQuery library from local server if it's not reachable from Google CDN." =)

提交回复
热议问题