Difference between revisions of "Widget:GTform"

From Transit.Wiki
m
m (Text replacement - "jquery-1.7.2.min.js" to "jquery-3.4.1.min.js")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
<script src="https://apps.transitunlimited.org/jquery-1.7.2.min.js"></script>
+
<script src="https://apps.transitunlimited.org/jquery-3.4.1.min.js"></script>
 
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
 
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
 
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false&key=AIzaSyA1-YSOAtIlnU0ZcufMDLNjEVZDmq7sPh4"></script>
 
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false&key=AIzaSyA1-YSOAtIlnU0ZcufMDLNjEVZDmq7sPh4"></script>
Line 143: Line 143:
 
   ntxg = new google.maps.LatLng(position.coords.latitude, position.coords.longitude);  
 
   ntxg = new google.maps.LatLng(position.coords.latitude, position.coords.longitude);  
 
}
 
}
 +
 +
$(function () {
 +
    $( "#datepicker" ).datepicker();
 +
} );
  
 
       var directions = new google.maps.DirectionsService();
 
       var directions = new google.maps.DirectionsService();

Latest revision as of 01:36, 24 October 2023