function checkAndLoadScript() {
if (window.jQuery) {
// jQuery is loaded, include your script
jQuery(document).ready(function($) {
$(“.bulletProj”).hover(function() {
var dividshow = ‘#div_’+$(this).attr(‘id’);
$(this).siblings(“#div_written_by_parent”).html($(dividshow).html()).show();
});
$(“.editor-details, .editor”).hover(function() {}, function() {
var dividhide = ‘#’ + $(this).attr(‘id’);
$(“#div_written_by_parent”).html(“”);
$(“#div_written_by_parent”).hide();
});
});
} else {
// jQuery is not loaded, check again after 0.2 seconds
setTimeout(checkAndLoadScript, 200);
}
}
// Initial call to the function
checkAndLoadScript();
New Delhi | May 31, 2025 10:43 IST
The latest surge in cases in Delhi and other parts of the country comes after a spike was reported in Asian countries. (Express photo by Prashant Nadkar)
Delhi has reported one death due to COVID-19 in the last 24 hours, according to the Union Health Ministry’s COVID-19 dashboard on Saturday. This is the second fatality reported in the Capital due to COVID-19 this year.
Authorities identified the deceased as a 60-year-old woman with acute intestinal obstruction post-abdominal surgery in whom Covid-19 was detected. As per the dashboard, a total of 294 fresh cases have been reported in Delhi as of May 30, with 56 new patients on Friday.

The latest surge in cases in Delhi and other parts of the country comes after a spike was reported in Asian countries. According to reports, the rise is mainly due to the spread of Omicron-related variants of the coronavirus. The sub-lineages of the JN.1 variant (LF.7 and NB1.8) have been confirmed by health authorities in these countries.
JN.1 is a descendant of the BA.2.86, also known as the ‘Pirola’ strain, belonging to the Omicron lineage. The strain can evade existing immunity and is more transmissible. But so far, its symptoms do not differ much from those associated with the Omicron variant.
The fresh cases in India have mostly been reported from Kerala, Maharashtra, Gujarat, and Tamil Nadu. However, most cases are mild and not associated with severity or mortality.
Precautions to be taken
It is important to wear a mask when going to crowded places or if you have symptoms like a runny nose, sore throat, headache, or a fever. According to the 2023 AIIMS/ ICMR-COVID-19 National Task Force guidelines, people with mild symptoms should isolate at home.
At home, you should maintain physical distancing, wear a mask, and practice good hand hygiene. Mild cases can usually be managed with rest, fluids, and medicines for symptom relief. Stay hydrated, monitor your temperature, and do not use antibiotics unless there is a clear sign of a bacterial infection.
Seek immediate medical attention if you have trouble breathing, your oxygen level drops to 93 per cent or lower, or if you have a high fever or severe cough lasting for longer than five days.
Those older than 60, or with heart disease, diabetes, a weakened immune system, tuberculosis, chronic lung, kidney, or liver disease, or obesity, or those who are unvaccinated should be extra cautious.
Stay updated with the latest – Click here to follow us on Instagram
setTimeout(function() {
let commentJsAdded = false;
const t = [“mouseover”, “keydown”, “touchmove”, “touchstart”, “scroll”];
t.forEach(function(t) {
window.addEventListener(t,
function() {
if ( ! commentJsAdded ) {
let list = [“https://media-central.indianexpress.com/static/comment-engine/editor/assets/js/editor.js?ver=310525”, “https://media-central.indianexpress.com/static/comment-engine/assets/js/neocomment.js?ver=310525”];
list.map(function(item) {
var js, fjs = document.getElementsByTagName(“script”)[0];
if (!document.getElementById(“id_story_show_comments”)) return;
js = document.createElement(“script”);
js.async = 1;
js.src = item;
fjs.parentNode.insertBefore(js, fjs);
})
commentJsAdded = true;
} else {
this.removeEventListener( t, arguments.callee );
}
}, {
passive: true
})
});
}, 1000);
Stay updated with the latest – Click here to follow us on Instagram
setTimeout(function() {
let commentJsAdded = false;
const t = [“mouseover”, “keydown”, “touchmove”, “touchstart”, “scroll”];
t.forEach(function(t) {
window.addEventListener(t,
function() {
if ( ! commentJsAdded ) {
let list = [“https://media-central.indianexpress.com/static/comment-engine/editor/assets/js/editor.js?ver=310525”, “https://media-central.indianexpress.com/static/comment-engine/assets/js/neocomment.js?ver=310525”];
list.map(function(item) {
var js, fjs = document.getElementsByTagName(“script”)[0];
if (!document.getElementById(“id_story_show_comments”)) return;
js = document.createElement(“script”);
js.async = 1;
js.src = item;
fjs.parentNode.insertBefore(js, fjs);
})
commentJsAdded = true;
} else {
this.removeEventListener( t, arguments.callee );
}
}, {
passive: true
})
});
}, 1000);