”
], { 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 in an interview on a recent episode of the Going Ringside TV Show, Jerry Lawler revealed that he recently underwent knee replacement surgery. The 77-year-old noted that his knee was doing good, but he was hobbling a little. The WWE legend further disclosed that he lives by himself at home, and it can get a little hard.
“Doing fine. Doing great. Looking around, there’s this big crowd, and it’s awesome to see all these people here,” Lawler said. “I’m just sort of hobbling around right now. I just had a knee replacement, my right knee, and it’s doing good, but it’s a little bit hobbling here and there. I seem to be doing pretty well. People just see me like this, but at home, I live by myself, and it’s a little tough there right now, but it seemed to get, seemed to get better.”
You can check out the full conversation in the video below:
Former WWE manager reacts to Jerry “The King” Lawler’s comments about a potential in-ring appearance
Despite suffering a third stroke in September 2025, Jerry Lawler, in an interview, suggested he would love to get back in the ring for one more match.
Speaking on the Storytime with Duth Mantell podcast, Duth Mantell noted that he would be interested in watching the match. However, the veteran stated that given his recent health scares, there was a possibility of Jerry Lawler passing away during his match.
“I don’t think he’s in any kind of shape to have a singles match, but I would be very interested in seeing it. But then you have an issue that has to be looked at. What if he dies in the ring? Which is possible […] I think that would be a very appropriate place for him to go. Which is really sad, but then it’s not sad if you think about it. He would enter another form of the stratosphere called history. I mean, he would always be remembered as dying in the ring,” Mantell said.
Jerry Lawler wrestled his last match at AML Acts Of War Games 2 in January 2023. It remains to be seen if he enters the squared circle ever again.
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-i-live-it-s-little-tough-wwe-legend-shares-heartbreaking-revelation?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




