Wednesday, April 6, 2011

How to support SSL for JQuery CDN

Google and Microsoft both support https.
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js">
</script>
 
<script src="https://ajax.microsoft.com/ajax/jquery/jquery-1.3.2.min.js" type="text/javascript"></script> 

No comments:

Post a Comment