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

चुनाव प्रचार में जोहरान ममदानी ने किया फिल्म 'दीवार' के डायलॉग का इस्तेमाल

जोहरान ममदानी /


भारतीय अमेरिकी न्यूयॉर्क सिटी काउंसिल के सदस्य जोहरान ममदानी ने शहर के मेयर चुनाव से पहले दक्षिण एशियाई मतदाताओं से अपील करते हुए हिंदी में एक अभियान वीडियो जारी किया है।

 

My attorney has advised me to share this important message regarding our ballot petition progress. pic.twitter.com/XE5qlgmC6K

— Zohran Kwame Mamdani (@ZohranKMamdani) April 2, 2025

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related