”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
On SmackDown, Hayes’ latest open challenge was answered by Zayn, who won the title after a controversial finish involving Trick Williams. The closing sequence saw Williams hit Hayes, leading to a title change. Taking to X, Hayes’ partner and NXT Superstar, Jordan, reacted to him losing the championship only a few weeks before WrestleMania 42.
Check out Jordan’s reaction on X:
Kelani Jordan teased the idea of helping Carmelo Hayes on WWE SmackDown
Carmelo Hayes was once involved in a feud with Johnny Gargano, who previously answered the WWE United States Championship open challenge. Gargano has been paired with his wife, Candice LeRae, whom Hayes suggested should get involved so that he can call Kelani Jordan for backup.
Hayes’ message caught Jordan’s attention, who reacted with this post.
“This was an NXT dream match and I actually got a lil bit of respect for you. We can run it back whenever, leave your wife in the back…or I can make a call and we can even it out,” wrote Hayes.
Jordan is the inaugural NXT Women’s North American Champion and a former TNA Knockouts Champion. She is still competing on NXT, but, earlier this year, she made her Women’s Royal Rumble Match debut by entering the namesake match as the 27th entrant.
Hayes’ direction heading into WrestleMania 42 is now unknown. The new WWE United States Champion, Sami Zayn, has earned his spot on the card and will defend the title against Trick Williams in a one-on-one match.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-carmelo-hayes-partner-kelani-jordan-immediately-reacts-loses-wwe-us-championship-smackdown?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













