विशिष्ट सामग्री:

आकाशीय बिजली का कहर! उत्तर प्रदेश में बीजेपी नेता और चार बच्चों समेत 5 लोगों की मौत

लाइव अपडेट स्पेशल रिपोर्ट लाइफ & साइंस

आकाशीय बिजली का कहर! उत्तर प्रदेश में बीजेपी नेता और चार बच्चों समेत 5 लोगों की मौत

ANI

पिछले कुछ दिनों में मौसम ने जोरदार करवट ली है। तेज हवाएं और रह रह कर बारिश हो ही है। आसमान में तेज बिजली भी चमक रही है। मौसम की मार से लोग काफी ज्यादा परेशान है। कौशांबी जिले के दो अलग-अलग थाना क्षेत्र में बृहस्पतिवार देर रात आकाशीय बिजली गिरने से चार लोगों की मौत हो गई।

पिछले कुछ दिनों में मौसम ने जोरदार करवट ली है। तेज हवाएं और रह रह कर बारिश हो ही है। आसमान में तेज बिजली भी चमक रही है। मौसम की मार से लोग काफी ज्यादा परेशान है। कौशांबी जिले के दो अलग-अलग थाना क्षेत्र में बृहस्पतिवार देर रात आकाशीय बिजली गिरने से चार लोगों की मौत हो गई। पुलिस ने मृतकों के शव कब्जे में लेकर उन्हें पोस्टमार्टम के लिए भेज दिया है।

सराय अकिल थाने के प्रभारी सुनील कुमार ने बताया कि जुगराजपुर गांव के चार बच्चे- सतीश कुमार (13), मनी (13), पवन दास और दीपांजलि बकरियां चरा रहे थे। इस दौरान तेज गर्जना के साथ आकाशीय बिजली गिरी और चारों बच्चे इसकी चपेट में आ गए। उन्होंने बताया कि झुलस गए इन बच्चों को परिजन तत्काल निजी अस्पताल लेकर पहुंचे जहां डॉक्टरों ने सतीश और मनी को मृत घोषित कर दिया, जबकि पवन और दीपांजलि को प्राथमिक उपचार के बाद खतरे से बाहर बताया गया है। 

अधिकारी के अनुसार इस घटना की जानकारी आपदा प्रबंधन विभाग को भेज दी गई है और मृतक बच्चों के परिजनों को आर्थिक सहायता दिलाने की प्रक्रिया शुरू कर दी गई है। दूसरी घटना कौशांबी थाना क्षेत्र के तारा का पूरा गांव की है। क्षेत्राधिकार अभिषेक सिंह ने बताया कि तारा का पुरा गांव में तीन बच्चे- गोविंद (15), रूपा देवी (12) और मोहित (10) भैंस चराने गए थे, तभी आकाशीय बिजली गिर गई और तीनों बच्चे झुलस गए। सिंह ने बताया कि गोविंद की मौके पर ही मौत हो गई तथा रूपा की जिला अस्पताल में इलाज के दौरान मौत हो गई। मोहित का एक निजी अस्पताल में इलाज चल रहा है।

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

शेयर करेंcopy

अन्य न्यूज़

‘ + value.news_headline + ‘‘ + value.news_publish_date_format + ”;
});
$(‘#news-slider’).html(r);
$(“#news-slider”).owlCarousel({items: 2,itemsDesktop: [1199, 2],itemsMobile: [600, 1],navigation: true,navigationText: [‘icons8 double left 50‘, ‘icons8 double right 64‘],pagination: true});
}
else { }
},
ClearControls: function () {
$(‘#txtemail’).val(”);
},
UpdateData: function () {
//var name = Utility.ValidateWithId(‘txtname’, ‘Please enter your name !’, true);
//if (name.trim() == ”)
// return;
var email = Utility.ValidateWithId(‘txtemail’, ‘Please enter your email !’, true);
if (email == ”) {
Utility.Show_Error(‘Error’, ‘Please enter a valid email’);
return;
}
var ws_method = ‘SubscribeNewsletter’;
var obj = { Search: email };
confirm_name = email;
Utility.GetResultAjax(ws_method, obj, News.ConfirmUpdate);
},
ConfirmUpdate: function (response) {
try {
if (response.trim() != “OK”) {
Utility.Show_Error(‘Error’, response.trim());
}
else {
News.ClearControls();
Utility.Show_Success(‘Message’, ” + confirm_name + ‘, You have successfully subscribed for our newsletter.’);
confirm_name=””;
}
}
catch (err) {
Utility.Show_Error(‘Error’, err.message);
}
},
}

“, { class: “jq-toast-single” }), o += ”, this.options.allowToastClose && (o += ‘×’), this.options.text instanceof Array) { this.options.heading && (o += ” + this.options.heading + “”), o += ”; for (var i = 0; i < this.options.text.length; i++)o += ” + this.options.text[i] + “”; o += “” } else this.options.heading && (o += ” + this.options.heading + “”), o += this.options.text; this._toastEl.html(o), !1 !== this.options.bgColor && this._toastEl.css(“background-color”, this.options.bgColor), !1 !== this.options.textColor && this._toastEl.css(“color”, this.options.textColor), this.options.textAlign && this._toastEl.css(“text-align”, this.options.textAlign), !1 !== this.options.icon && (this._toastEl.addClass(“jq-has-icon”), -1 !== t.inArray(this.options.icon, this._defaultIcons) && this._toastEl.addClass(“jq-icon-” + this.options.icon)), !1 !== this.options.class && this._toastEl.addClass(this.options.class) }, position: function () { “string” == typeof this.options.position && -1 !== t.inArray(this.options.position, this._positionClasses) ? “bottom-center” === this.options.position ? this._container.css({ left: t(o).outerWidth() / 2 – this._container.outerWidth() / 2, bottom: 20 }) : “top-center” === this.options.position ? this._container.css({ left: t(o).outerWidth() / 2 – this._container.outerWidth() / 2, top: 20 }) : “mid-center” === this.options.position ? this._container.css({ left: t(o).outerWidth() / 2 – this._container.outerWidth() / 2, top: t(o).outerHeight() / 2 – this._container.outerHeight() / 2 }) : this._container.addClass(this.options.position) : “object” == typeof this.options.position ? this._container.css({ top: this.options.position.top ? this.options.position.top : “auto”, bottom: this.options.position.bottom ? this.options.position.bottom : “auto”, left: this.options.position.left ? this.options.position.left : “auto”, right: this.options.position.right ? this.options.position.right : “auto” }) : this._container.addClass(“bottom-left”) }, bindToast: function () { var t = this; this._toastEl.on(“afterShown”, function () { t.processLoader() }), this._toastEl.find(“.close-jq-toast-single”).on(“click”, function (o) { o.preventDefault(), “fade” === t.options.showHideTransition ? (t._toastEl.trigger(“beforeHide”), t._toastEl.fadeOut(function () { t._toastEl.trigger(“afterHidden”) })) : “slide” === t.options.showHideTransition ? (t._toastEl.trigger(“beforeHide”), t._toastEl.slideUp(function () { t._toastEl.trigger(“afterHidden”) })) : (t._toastEl.trigger(“beforeHide”), t._toastEl.hide(function () { t._toastEl.trigger(“afterHidden”) })) }), “function” == typeof this.options.beforeShow && this._toastEl.on(“beforeShow”, function () { t.options.beforeShow(t._toastEl) }), “function” == typeof this.options.afterShown && this._toastEl.on(“afterShown”, function () { t.options.afterShown(t._toastEl) }), “function” == typeof this.options.beforeHide && this._toastEl.on(“beforeHide”, function () { t.options.beforeHide(t._toastEl) }), “function” == typeof this.options.afterHidden && this._toastEl.on(“afterHidden”, function () { t.options.afterHidden(t._toastEl) }), “function” == typeof this.options.onClick && this._toastEl.on(“click”, function () { t.options.onClick(t._toastEl) }) }, addToDom: function () { var o = t(“.jq-toast-wrap”); if (0 === o.length ? (o = t(“”, { class: “jq-toast-wrap”, role: “alert”, “aria-live”: “polite” }), t(“body”).append(o)) : this.options.stack && !isNaN(parseInt(this.options.stack, 10)) || o.empty(), o.find(“.jq-toast-single:hidden”).remove(), o.append(this._toastEl), this.options.stack && !isNaN(parseInt(this.options.stack), 10)) { var i = o.find(“.jq-toast-single”).length – this.options.stack; i > 0 && t(“.jq-toast-wrap”).find(“.jq-toast-single”).slice(0, i).remove() } this._container = o }, canAutoHide: function () { return !1 !== this.options.hideAfter && !isNaN(parseInt(this.options.hideAfter, 10)) }, processLoader: function () { if (!this.canAutoHide() || !1 === this.options.loader) return !1; var t = this._toastEl.find(“.jq-toast-loader”), o = (this.options.hideAfter – 400) / 1e3 + “s”, i = this.options.loaderBg, s = t.attr(“style”) || “”; s = s.substring(0, s.indexOf(“-webkit-transition”)), s += “-webkit-transition: width ” + o + ” ease-in; -o-transition: width ” + o + ” ease-in; transition: width ” + o + ” ease-in; background-color: ” + i + “;”, t.attr(“style”, s).addClass(“jq-toast-loaded”) }, animate: function () { t = this; if (this._toastEl.hide(), this._toastEl.trigger(“beforeShow”), “fade” === this.options.showHideTransition.toLowerCase() ? this._toastEl.fadeIn(function () { t._toastEl.trigger(“afterShown”) }) : “slide” === this.options.showHideTransition.toLowerCase() ? this._toastEl.slideDown(function () { t._toastEl.trigger(“afterShown”) }) : this._toastEl.show(function () { t._toastEl.trigger(“afterShown”) }), this.canAutoHide()) { var t = this; o.setTimeout(function () { “fade” === t.options.showHideTransition.toLowerCase() ? (t._toastEl.trigger(“beforeHide”), t._toastEl.fadeOut(function () { t._toastEl.trigger(“afterHidden”) })) : “slide” === t.options.showHideTransition.toLowerCase() ? (t._toastEl.trigger(“beforeHide”), t._toastEl.slideUp(function () { t._toastEl.trigger(“afterHidden”) })) : (t._toastEl.trigger(“beforeHide”), t._toastEl.hide(function () { t._toastEl.trigger(“afterHidden”) })) }, this.options.hideAfter) } }, reset: function (o) { “all” === o ? t(“.jq-toast-wrap”).remove() : this._toastEl.remove() }, update: function (t) { this.prepareOptions(t, this.options), this.setup(), this.bindToast() }, close: function () { this._toastEl.find(“.close-jq-toast-single”).click() } }; t.toast = function (t) { var o = Object.create(n); return o.init(t, this), { reset: function (t) { o.reset(t) }, update: function (t) { o.update(t) }, close: function () { o.close() } } }, t.toast.options = { text: “”, heading: “”, showHideTransition: “fade”, allowToastClose: !0, hideAfter: 3e3, loader: !0, loaderBg: “#9EC600”, stack: 5, position: “bottom-left”, bgColor: !1, textColor: !1, textAlign: “left”, icon: !1, beforeShow: function () { }, afterShown: function () { }, beforeHide: function () { }, afterHidden: function () { }, onClick: function () { } } }(jQuery, window, document);

लेटेस्ट न्यूज़

कार्टून

आज का कार्टून 18 जून 2025

नवीनतम

समाचार पत्रिका

चूकें नहीं

AIADMK गुट युद्ध तमिलनाडु में संकट में NDA को धक्का देता है

तमिलनाडु में एनडीए, जिसने ऑल इंडिया अन्ना द्रविड़ मुन्नेट्रा...

लोकतंत्र का महापर्व बिहार चुनाव: BJP आश्वस्त, जनता देगी ऐतिहासिक जनादेश, फिर NDA सरकार

स्पेशल रिपोर्ट लाइफ & साइंस आज का राशिफल मेष | Ariesआर्थिक लाभ- मान प्रतिष्ठा भी। मौज मस्ती और खुशहाली का दिन।...

न्यायपालिका के सम्मान पर हमला! सोनिया गांधी ने CJI पर जूता फेंकने की घटना को बताया संविधान पर आघात

स्पेशल रिपोर्ट लाइफ & साइंस आज का राशिफल मेष | Ariesआर्थिक लाभ- मान प्रतिष्ठा भी। मौज मस्ती और खुशहाली का दिन।...

दिल्ली सरकार की SC से अपील, दिवाली पर सिर्फ़ प्रमाणित हरित पटाखों को मिले मंज़ूरी।

स्पेशल रिपोर्ट लाइफ & साइंस आज का राशिफल मेष | Ariesआर्थिक लाभ- मान प्रतिष्ठा भी। मौज मस्ती और खुशहाली का दिन।...

कोई जवाब दें

कृपया अपनी टिप्पणी दर्ज करें!
कृपया अपना नाम यहाँ दर्ज करें