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();
Kolkata | Updated: May 31, 2025 02:49 IST
Police detain a protester in Kolkata on Friday (Express)
AROUND 100 teachers who had organised a protest rally “Nabanna Abhiyan”, to the state secretariat, were detained on Friday by the police before the rally began, at three different locations — Salt Lake, Sealdah station and Esplanade. They were later let off, police sources said.
The protesting teachers had assembled to demand permanent reinstatement as eligible teachers, opposing the state’s directive to retake recruitment exams.

One protesting teachers who suffered injuries after an altercation with the police said, “They did not even allow us to gather. They … detained us one by one. We protested, police dragged and picked us up in police van… I injured my ankle.”
Police informed that the injured teacher was admitted in the Calcutta Medical College and Hospital. “They have no permission to gather at Esplanade… We took steps as per law and detained at least 50 protesters from there. One protester got injured in the leg. We admitted her in hospital,” said Indira Mukhopadhyay, DC (central), Kolkata police.
The move comes after CM Mamata Banerjee on May 27 announced to conduct fresh recruitment exams as per the Supreme Court’s directive.
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=300525”, “https://media-central.indianexpress.com/static/comment-engine/assets/js/neocomment.js?ver=300525”];
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=300525”, “https://media-central.indianexpress.com/static/comment-engine/assets/js/neocomment.js?ver=300525”];
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);