Questions tagged [jquery]
30 questions
0
votes
3 answers
http or https when including jquery from google API
Should I do this
https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js
or
http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js
When I'm including jquery using Google's CDN?
Chirag
- 271