// 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); } }); }); } }
सांसद राजा कृष्णमूर्ति /
मिनेसोटा के दो सांसदों और उनके जीवनसाथियों पर हमले की घटना के बाद भारतीय मूल के दो अमेरिकी सांसदों ने बड़ा दावा किया है। 17 जून को जारी एक बयान में कृष्णमूर्ति ने कहा, "मिनेसोटा की घटना से काफी नुकसान हुआ है। पिछले कुछ दिनों से प्रिया और मैं प्रतिनिधि हॉर्टमैन, उनके पति मार्क के साथ सीनेटर हॉफमैन और यवेट के बारे में सोचकर चिंतित हूं।" अपने बयान में उन्होंने खुद के ऊपर खतरें की आशंका भी व्यक्त की।
I’ve been informed that my name appeared in the Minnesota assassination suspect’s notes. My thoughts are with the victims and their families. Political violence has no place in America — full stop.
— Congressman Raja Krishnamoorthi (@CongressmanRaja) June 17, 2025
My full statement: pic.twitter.com/iNJCjyQJmh
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login