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

ANI
शुभमन गिल को भारत का नया टेस्ट कप्तान नियुक्त किया गया है, जबकि विकेटकीपर बल्लेबाज ऋषभ पंत सबसे लंबे प्रारूप में उनके उप कप्तान होंगे। अगरकर ने इस बात पर जोर दिया कि कप्तान का चयन एक या दो सीरीज के लिए नहीं किया जाता है और ऐसे फैसले लेते समय दीर्घकालिक योजना को ध्यान में रखना चाहिए।
भारतीय पुरुष सीनियर चयन समिति के अध्यक्ष अजीत अगरकर ने शनिवार को मुंबई में इंग्लैंड के खिलाफ बहुप्रतीक्षित पांच मैचों की टेस्ट श्रृंखला के लिए भारतीय टीम की घोषणा की। अजीत अगरकर ने पुष्टि की कि जसप्रीत बुमराह इंग्लैंड में सभी पांच टेस्ट मैच नहीं खेलेंगे। शुभमन गिल को भारत का नया टेस्ट कप्तान नियुक्त किया गया है, जबकि विकेटकीपर बल्लेबाज ऋषभ पंत सबसे लंबे प्रारूप में उनके उप कप्तान होंगे। अगरकर ने इस बात पर जोर दिया कि कप्तान का चयन एक या दो सीरीज के लिए नहीं किया जाता है और ऐसे फैसले लेते समय दीर्घकालिक योजना को ध्यान में रखना चाहिए।
शुभमन गिल को कप्तान चुनने पर भारतीय पुरुष क्रिकेट टीम के मुख्य चयनकर्ता अजीत अगरकर ने कहा कि आप 1-2 दौरे के लिए कप्तान नहीं चुनते हैं। आप ऐसी चीज में निवेश करना चाहते हैं जो हमें आगे बढ़ने में मदद करे। हमने पिछले 2 वर्षों में उनमें कुछ प्रगति देखी है। इसमें कोई संदेह नहीं है कि इंग्लैंड में 5 मैचों की सीरीज खेलना कठिन होगा। शायद हमें काम पर थोड़ा सीखना होगा, लेकिन हम बहुत आश्वस्त हैं और यही कारण है कि हम उन्हें चुन रहे हैं।
जसप्रीत बुमराह के बारे में भारतीय पुरुष क्रिकेट टीम के मुख्य चयनकर्ता अजीत अगरकर ने कहा कि मुझे नहीं लगता कि वह सभी 5 टेस्ट के लिए उपलब्ध होंगे, जैसा कि फिजियो और डॉक्टरों ने हमें बताया है। वे इस पर फैसला लेंगे कि वह 3-4 टेस्ट के लिए उपलब्ध होंगे या नहीं। अगर वह 3-4 टेस्ट के लिए उपलब्ध रहते हैं, तो वह हमें कुछ टेस्ट मैच जिताएंगे… हमें खुशी है कि वह टीम का हिस्सा हैं। रोहित शर्मा और विराट कोहली के इस महीने टेस्ट क्रिकेट से संन्यास के बाद टीम के नेतृत्व पर चयनकर्ताओं का यह फैसला अपेक्षित था।
इन दोनों दिग्गजों के संन्यास के बाद टीम बदलाव के दौर से गुजरेगी जिसमें इंग्लैंड में उसकी कड़ी परीक्षा होगी। इंग्लैंड के खिलाफ पांच मैचों की श्रृंखला 20 जून से लीड्स में शुरू होगी। 25 साल के गिल भारत के पांचवें सबसे युवा टेस्ट कप्तान होंगे। मंसूर अली खान पटौदी (21), सचिन तेंदुलकर (23), कपिल देव (24) और रवि शास्त्री (25) ने उन से कम उम्र में देश की टेस्ट टीम का नेतृत्व किया है।
अन्य न्यूज़
‘ + 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: [‘
‘, ‘
‘],pagination: true});
}
else { }
},
ClearControls: function () {
//$(‘#txtname’).val(”);
$(‘#txtemail’).val(”);
//$(‘#chkaccept’).prop(‘checked’, false);
},
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);
//var email = Utility.ValidateEmail(‘txtemail’);
if (email == ”) {
Utility.Show_Error(‘Error’, ‘Please enter a valid email’);
return;
}
//var accept = Utility.ValidateWithId(‘chkaccept’, ‘Please accept terms & conditions.’, true, false);
//if (accept.trim() == ”)
// return;
var ws_method = ‘SubscribeNewsletter’;
//var obj = { name: name, email: email, check: accept };
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);
लेटेस्ट न्यूज़
कार्टून
