jquery'i çağırırken başına http koymazsan eğer sitene httpden girildiğinde http://jquery.... diye çağırır https üzerinden girildiğinde https://jquery... diyeçağırır böylece herhangi bir sorun çıkmaz. Yani kodu aşağıdaki gibi yerleştirmelisin.
<script src="//code.jquery.com/jquery-3.0.0.min.js"></script>