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

रॉकफेलर फाउंडेशन की बड़ी पहल, वंचितों के लिए $100K अनुदान का ऐलान

अमेरिकी परोपकारी संगठन रॉकफेलर फाउंडेशन ने $100K अनुदान का ऐलान किया है। इस फंड का उपयोग एशियाई देशों में वंचितों के विकास के लिए किया जाएगा।

द रॉकफेलर फाउंडेशन लोगो / The Rockefeller Foundation

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related

ADVERTISEMENT

 

 

 

ADVERTISEMENT

 

 

E Paper

 

 

 

Video