Israel, Lebanon's Hizbollah engage in cross-border clashes

Israel, Lebanon's Hizbollah engage in cross-border clashes

OCCUPIED JERUSALEM — The Israeli military and powerful Lebanese movement Hizbollah engaged in cross-border clashes on Saturday, with both claiming to have hit each other's positions along the frontier.

The latest skirmishes came a day after Hizbollah chief Hassan Nasrallah warned that the war between Israel and Hamas in the Gaza Strip could turn into a regional conflict if Israel pushed on with its offensive in the Palestinian territory.

On Saturday, the Israeli military said it had struck "two terrorist cells" and a Hizbollah post after an attempted attack from Lebanon.

Hizbollah said it had simultaneously attacked five Israeli positions along the border.

Hours later it announced a new attack on the Al Abbad Israeli position without specifying what kind of weapon was used.

Hizbollah chief blames US

The Lebanon-Israel border has seen regular cross-border shelling over the past month, with firing between the Israeli military on one side and the powerful Hizbollah and its allies on the other.

In his first speech since the Israel-Hamas war broke out four weeks ago, Nasrallah warned on Friday that "all options" were open for an expansion of the conflict to Lebanon as he blamed the United States for the war in Gaza.

"America is entirely responsible for the ongoing war on Gaza and its people, and Israel is simply a tool of execution," Nasrallah said in a televised broadcast, calling the conflict "decisive".

"Whoever wants to prevent a regional war, and this is addressed to the Americans, must quickly stop the aggression on Gaza," he said.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });