// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }
Vice President JD Vance and Press Secretary Karoline Leavitt. / Lalit K Jha
Vice President JD Vance blamed Senate Democrats for causing the government shutdown, charging they tied funding to billions in healthcare for undocumented immigrants, with Press Secretary Karoline Leavitt echoing the charge, warning that critical programs for US citizens were at risk.
Vice President Vance said the closure of federal offices and suspension of key programs stemmed from demands by what he called the "Chuck Schumer–AOC wing of the Democratic Party." He argued that Democratic leaders were "holding the American people hostage" by attaching their priorities to a short-term spending bill.
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login