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

भारतीय अमेरिकी CEO का गजब का स्टार्टअप, डेड बैटरियों को देंगे नया जीवन

भारतीय अमेरिकी CEO ने एक गजब के स्टार्टअप की शुरुआत की है, जिसमें मृत लिथियम-आयन बैटरियों (dead lithium-ion batteries) को फिर से जीवन दिया जाएगा।

स्वच्छ ऊर्जा उद्यमी, बाल्की अय्यर अपने नवीनतम उद्यम, ब्रिज ग्रीन अपसाइकल के माध्यम से टिकाऊ ऊर्जा के क्षेत्र में अग्रणी भूमिका निभा रहे हैं। यह एक ऐसा स्टार्टअप है जो मृत लिथियम-आयन बैटरियों (dead lithium-ion batteries) में नई जान फूंकता है।

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related