Why is it that when I remove //code.jquery.com/jquery-1.9.1.js the site runs my AJAX requests. Though when I have it, I cannot access the JQuery UI datePicker?
<head>
<link rel="stylesheet" type="text/css" href="CSS/custom.css">
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<link href='http://fonts.googleapis.com/css?family=Cabin:400,600' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js" type="text/javascript"></script>
<script type="text/javascript" src='js/custom.js'></script>
<script src="//code.jquery.com/jquery-1.9.1.js"></script>
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
</head>
Very bizarre - I posted the google api in a certain place that magically made it work. Anyone know why? I reposted by code here: Why did this sequence of Jquery/Google API requests work?