// 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); } }); }); } }
U.S. President Donald Trump is considering reclassifying marijuana as a less dangerous drug, the Wall Street Journal reported on Aug.8, citing people familiar with the matter.
At a $1 million-a-plate fundraiser at his New Jersey golf club earlier this month, Trump told attendees he was interested in making such a change, the people, who declined to be named, told the newspaper.
The guests at Trump's fundraiser included Kim Rivers, chief executive of Trulieve, one of the largest marijuana companies, who encouraged Trump to pursue the change and expand medical marijuana research, the report said.
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login