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();
May 31, 2025 00:32 IST
President Donald Trump speaks during a news conference with Elon Musk in the Oval Office of the White House, Friday, May 30, 2025, in Washington. (AP)
US President Donald Trump said on Friday that he plans to speak with Chinese President Xi Jinping in an effort to resolve ongoing trade tensions between the two countries.
“I’m sure that I’ll speak to President Xi, and hopefully we’ll work that out,” Trump said during remarks at the White House, where he was joined by tech-mogul, Elon Musk, according to Reuters.

Earlier on Friday, Trump had accused China of not honouring part of a previous agreement made with the United States on trade.
The comments come as the US and China continue to face disagreements over tariffs and trade policy.
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);
Source: https://indianexpress.com/article/world/trump-speak-tp-china-xi-jinping-tariff-trade-10039406/