”
], { 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);
});
});
})();
However, Jade Cargill is already setting her eyes beyond WrestleMania 42. During an appearance on the Complex Graps podcast, she was asked about her plans for 2026 if she retains her Title at the Show of Shows.
She said she is going to retain the Championship and said she would like to face Charlotte Flair at SummerSlam.
“The person I want to see at SummerSlam, since I’m not seeing them at ‘Mania, is Charlotte Flair. It’s already there,” she said.
The Women’s Champion then explained why she wants to face The Queen, saying she brings out the best in her opponents.
“It’s about breaking her. She’s stoic; I am stoic. But she’s very, like, you know. So I think it will be a great match. And I know Charlotte is known for pulling people up and making them better, that’s the people I want to work with,” she added.
SummerSlam will be held at the U.S. Bank Stadium in Minneapolis on August 1 and 2.
Jade Cargill said Rhea Ripley wasn’t her dream WrestleMania match
During the conversation on Complex Graps, Jade Cargill said she thought she would be facing Charlotte Flair at WrestleMania this year. She said WWE had teased it, and it is a money-making match.
Cargill added that she didn’t “dream book” the match against Rhea Ripley in Las Vegas and wanted to face The Queen.
This could also be seen as a shot at the Eradicator given their recent history. It now remains to be seen whether Ripley responds to these comments as the tension continues to build for their blockbuster showdown.
If you use quotes from this article, please credit Complex Graps podcast and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-breaking-jade-cargill-drops-wwe-summerslam-2026-bombshell?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













