// 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

AIA, CGI और ICC ने मिलकर मनाया 11वां इंटरनेशनल योग दिवस

AIA ने CGI सैन फ्रांसिस्को और ICC के सहयोग से 11वां इंटरनेशनल योग दिवस मनाया। आइए जानते हैं इस कार्यक्रम में कौन- कौन शामिल हुआ था।


22 जून, 2025 को, एसोसिएशन ऑफ इंडो अमेरिकन्स (AIA) ने भारत के महावाणिज्य दूतावास (सैन फ्रांसिस्को) और इंडिया कम्युनिटी सेंटर (ICC) के सहयोग से वैश्विक थीम "योग फॉर वन अर्थ, वन हेल्थ" के साथ 11वां  इंटरनेशनल योग दिवस मनाया।

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related