// 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); } }); }); } }
नेशनल प्रेस क्लब में शशि थरूर (बाएं)। / Courtesy photo : Lalit K Jha
ऑपरेशन सिंदूर के बारे में संदेश लेकर अमेरिका गए भारतीय प्रतिनिधिमंडल को जिन सवालों से निपटना था उनमें से एक यह था कि पाकिस्तान के अंदर भारतीय हमलों में 'सिंदूर' का क्या महत्व है।
इसका जवाब प्रतिनिधिमंडल के नेता और वरिष्ठ कांग्रेस सांसद शशि थरूर ने दिया। उन्होंने कहा कि हमलों के संदर्भ में, 'यह कोई संयोग नहीं है कि 'सिंदूर' का रंग लाल रंग जैसा चमकीला है, जो खून के रंग से बहुत अलग नहीं है।'
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login