// 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); } }); }); } }

ADVERTISEMENT

ADVERTISEMENT

भारत ने दुनिया को दिखाई अपनी ताकत, US ने एकजुटता: शशि थरूर

शशि थरूर ने कहा कि अमेरिका की प्रतिक्रिया अब तक एकजुटता दर्शाती है और यह संकेत देती है कि वह व्यापक मुद्दों पर बातचीत करना चाहता है।

शशि थरूर /

ऑपरेशन सिंदूर के बाद भारत सरकार की ओर से दुनियाभर के देशों में पाकिस्तान की पोल खोलने के लिए प्रतिनिधिमंडल भेजे जा रहे हैं। कांग्रेस पार्टी के सांसद शशि थरूर की अगुवाई में भारतीय प्रतिनिधिमंडल अमेरिका पहुंचा था। थरूर ने कहा कि भारत-अमेरिका संबंध केवल हालिया पहलगाम आतंकी हमले तक सीमित नहीं हैं, बल्कि यह साझेदारी साझा मूल्यों, आपसी सम्मान और रणनीतिक जुड़ाव पर आधारित है।

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related