// 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); } }); }); } }
(बाएं से दाएं) अतुल केशप, रुचि भौमिक, नीरा टंडन, करण भाटिया, कविता पटेल, (बाएं से दाएं नीचे) आनंद पारेख, नितिन चड्डा, राधिका फॉक्स, समीर कपाड़िया, जय खोसला / U.S. Chamber of Commerce/ LinkedIn/ Wikipedia/ X/ Wikipedia/ University of Michigan/ LinkedIn/ Wikipedia/ Cleveland Clinic Newsroom
वाशिंगटनियन मैग्जीन ने वर्ष 2025 में राजधानी वाशिंगटन डीसी में प्रभाशाली लोगों की सूची जारी है। पत्रिका ने इस लिस्ट में सरकारी तंत्र से बाहर देश के विकास में अहम रोल अदा कर रहे एक्सपर्ट्स, अधिवक्ताओं, स्वास्थ्य सेवा जुड़े लोग, राष्ट्रीय सुरक्षा, जलवायु नीति और वैश्विक व्यापार जैसे क्षेत्रों में महत्वपूर्ण योगदान देने वालों को शामिल किया गया है। पत्रिका ने डीसी के 500 लोगों को लिस्ट में जगह दी है, जिसमें भारतीय मूल के अमेरिकियों को भी जगह दी गई है।
वाशिंगटनियन की टॉप 500 सूची में नीरा टंडन, कविता पटेल समेत कुल 10 नाम शामिल हैं-
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login