], { 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);
});
});
})();

Although Jones was introduced by his real name for his debut, the 19-year-old has now filed for a trademark for the name ‘Avery Styles’ with the USPTO. He follows in his father’s footsteps, who had done the same during his early days in the ring, and was able to use the name ‘AJ Styles’ across different promotions, namely WWE, TNA, and NJPW.

Jones’ filing description with the USPTO is stated as below, and currently the application is awaiting examination:

“Shirts; Sweatshirts; Hooded sweatshirts; Hats; Bandanas; Socks. Providing wrestling news and information via a global computer network; Entertainment services, namely, wrestling exhibits and performances by a professional wrestler and entertainer; Entertainment in the nature of wrestling contests; Entertainment services, namely, televised appearances by a professional wrestler and sports entertainer; Entertainment services, namely, personal appearances by a professional wrestler and sports entertainer; Entertainment services, namely, live appearances by a professional wrestler and sports entertainer; Providing online interviews featuring professional wrestler and sports entertainer in the field of professional wrestling and sports entertainment for entertainment purposes.”


AJ Styles’ son pays emotional tribute to his father

Avery Jones had AJ Styles in his corner during his debut against Ashton Martin in Royston, Georgia.

The Phenomenal One was seen getting involved in his son’s bout when he set up Martin for Avery to finish off the match. In an emotional tribute, the 19-year-old used his father’s legendary Styles Clash to pick up his first-ever win.

It remains to be seen if the 19-year-old youngster can make his way to WWE any time soon.

Why did you not like this content?


`;
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-the-father-s-footsteps-followed-aj-styles-son-makes-huge-move-shortly-after-wrestling-debut?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

Leave A Reply

Exit mobile version