// 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); } }); }); } }
1759163132.png)
ਮਹਾਰਾਸ਼ਟਰ ਵਿੱਚ ਰਹਿਣ ਵਾਲੀ ਇੱਕ ਪੱਤਰਕਾਰ। ਮੁੰਬਈ ਤੋਂ ਸੰਚਾਰ ਅਤੇ ਪੱਤਰਕਾਰੀ ਵਿੱਚ ਮਾਸਟਰ ਦੀ ਡਿਗਰੀ ਪ੍ਰਾਪਤ ਕਰਨ ਦੇ ਨਾਲ, ਉਸਨੂੰ ਇਤਿਹਾਸ, ਰਾਜਨੀਤੀ, ਵਿਸ਼ਵ ਮਾਮਲਿਆਂ ਅਤੇ ਸੱਭਿਆਚਾਰ ਬਾਰੇ ਪੜ੍ਹਨਾ ਅਤੇ ਲਿਖਣਾ ਪਸੰਦ ਹੈ।