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

ਪਰੂਥਾ ਭੋਸਲੇ ਚੱਕਰਵਰਤੀ

ਚੱਕਰਵਰਤੀ ਇੱਕ ਤਜਰਬੇਕਾਰ ਪੱਤਰਕਾਰ ਹੈ। ਪੱਤਰਕਾਰੀ ਵਿੱਚ ਇੱਕ ਦਹਾਕੇ ਲੰਬੇ ਕਰੀਅਰ ਦੇ ਨਾਲ, ਉਸਨੇ ਸਖ਼ਤ ਖ਼ਬਰਾਂ ਤੋਂ ਲੈ ਕੇ ਸਸ਼ਕਤੀਕਰਨ ਵਾਲੀਆਂ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਤੱਕ, ਕਈ ਵਿਸ਼ਿਆਂ ਨੂੰ ਕਵਰ ਕੀਤਾ ਹੈ।