// 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); } }); }); } }
फ्रीडा पिंटो / Netflix
नेटफ्लिक्स मशहूर लेखिका झुंपा लाहिरी की चर्चित कहानी संग्रह Unaccustomed Earth पर आधारित एक ड्रामा सीरीज बनाने जा रहा है। इस सीरीज में अभिनेत्री फ्रीडा पिंटो मुख्य भूमिका में नजर आएंगी। वह 'परुल चौधरी' का किरदार निभाएंगी।
यह कहानी अमेरिका के कैम्ब्रिज, मैसाचुसेट्स में बसे भारतीय-अमेरिकी समुदाय की पृष्ठभूमि पर आधारित है। सीरीज में प्यार, पहचान और समाज में छुपे दबाव जैसे विषयों को दिखाया जाएगा। परुल चौधरी एक समर्पित पत्नी होती है, लेकिन एक प्रेम कहानी उसकी जिंदगी को हिला देती है और उसके छोटे से समुदाय में एक बड़ा स्कैंडल सामने आता है।
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login