क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

आशा भोसले की अस्थियां गंगा में विसर्जित:काशी में पोती भावुक हुई, आंखों से आंसू छलके; कहा- दादी की अंतिम इच्छा थी

On: अप्रैल 20, 2026 6:09 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

बॉलीवुड प्लेबैक सिंगर आशा भोसले के निधन के बाद सोमवार को उनके बेटे आनंद भोसले और पोती जनाई काशी पहुंचे। अस्सी घाट से नाव के बीच गंगा में जाकर उनकी अस्थियां प्रवाहित कीं। अस्थियां विसर्जन के दौरान पोती भावुक हो गई और उनकी आंखों से आंसू निकल गए। पोती जनाई ने कहा- दादी आशा भोसले ने मौत से पहले काशी में अपनी अस्थियां विसर्जन की इच्छा जताई थी। बता दें 12 अप्रैल को मुंबई ब्रीच कैंडी अस्पताल में आशा भोसले का निधन हुआ था। बेटे आनंद भोसले ने कहा- मां का भगवान शिव से अटूट रिश्ता बेटे आनंद भोसले ने कहा- मां जीवन में सिर्फ एक बार काशी आयीं थीं लेकिन उनका भगवान शिव से अटूट रिश्ता था। उनकी ही अंतिम इच्छा को पूरा करने के लिए आज हम लोग यहां अस्थियां लेकर आये थे और उनका पिंडदान भी किया है। इसके बाद बेटे आनंद और पोती जनाई भोसले मुंबई वापस लौट गए। पोती जनाई ने सोशल मीडिया पर भावुक पोस्ट साझा किया आशा भोसले के निधन के बाद ज़नाई भोसले ने सोशल मीडिया पर एक भावुक पोस्ट साझा किया था। उन्होंने अपनी दादी को अपना सबसे अच्छा दोस्त और जिंदगी का अहम हिस्सा बताया। ज़नाई ने लिखा कि अब उन्हें समझ नहीं आ रहा कि वह किसके साथ सुबह चाय पियेंगी या अपने मजाक साझा करेंगी। उन्होंने लिखा कि वह मानती हैं कि उनकी दादी हमेशा उनके साथ रहेंगी और एक दिन फिर से उन्हें गले लगाने लौटेंगी। उन्हो?

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

सिरी अब आईफोन के डायनामिक आइलैंड में आएगा:एपल के WWDC में इसे पेश किया जाएगा, 8 जून से शुरू होगा यह इवेंट

red and white modern breaking news youtube thumbnail

ट्रेलर लॉन्च के दौरान रितेश देशमुख भावुक हुए:पिता को याद कर उनकी आंखें नम हुईं, पति को इमोशनल देख जेनेलिया की भी आंखें भर आईं

red and white modern breaking news youtube thumbnail

ट्रेलर लॉन्च के दौरान रितेश देशमुख भावुक हुए:पिता की याद से छलका दर्द, पति को इमोशनल देख जेनेलिया की भी आंखें भर आईं

red and white modern breaking news youtube thumbnail

आज की सरकारी नौकरी:भारत पेट्रोलियम कॉर्पोरेशन में 250 भर्ती; जम्मू और कश्मीर बैंक में 614 वैकेंसी, पटना हाईकोर्ट में 48 ओपनिंग्स

red and white modern breaking news youtube thumbnail

CHHATTISGARH | सस्पेंड अफसर मनीष कश्यप की फिर एंट्री!

red and white modern breaking news youtube thumbnail

वेदांता का डीमर्जर 1-मई से प्रभावी होगा:निवेशकों को 1 के बदले 4 कंपनियों के शेयर मिलेंगे; मिड-मई तक कंपनियों की लिस्टिंग होगी

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });