”
], { 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);
});
});
})();
Speaking on The Takedown on SI, Jayne claimed to be a quick learner and adapted quite fast.
“I was learning. I was like a sponge just absorbing everything,” she explained. “I feel like if I didn’t have Toxic Attraction, my journey probably would have been a lot harder. I feel like being with Mandy, it kind of brought me up to a level, like I had to perform at a certain level, it was no like, ‘Oh, it was okay.’ Like no, ‘You have to be main even level because that’s where we want to place you right now.’ So it was very much sink or swim. But, I learned really fast, and again, adaptability.” [H/T: Wrestling Inc]
Jacy Jayne on Mandy Rose possibly returning to WWE
Jacy Jayne talked about the possibility of Mandy Rose returning to WWE. Rose departed the company after losing the NXT Women’s Championship to Roxanne Perez in 2023.
Speaking on the Ten Count Media, the reigning NXT Women’s Champion had this to say about Mandy Rose:
“Yeah, probably. I feel like you said, everybody eventually makes their way back here. Like I know Mandy. I feel like she would come back. If the opportunity was right, the story was right, all the stars aligned, yes, for sure,”
After signing with the WWE, Jayne formed a tag team with Gigi Dolin. The duo became two-time NXT Women’s Tag Team Champions before going their separate ways. Jayne eventually became a singles star and is currently the top star in the NXT women’s division.
Why did you not like this content?
Was this article helpful?
Thank You for feedback
Read all the hottest WWE news from Sportskeeda by choosing us as your preferred source. Click HERE.
Quick Links
More from Sportskeeda
Edited by Soumik Datta
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-it-much-sink-swim-wwe-champion-perform-certain-level-mandy-rose?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…
Source: www.sportskeeda.com
