If there is a better way of doing this, I am open to thoughts!
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
I don't think it was a joke, but it was a long time ago 🙂
And good point regarding the misuse of the ID.
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
also you are accessing the wrong ID to remove the load button:
if ($("#blog-hidden:hidden").length == 0) {
$("#loady").fadeOut('slow');
}
lastly, I think you already addressed this but, in your codepen you are using the doc.ready long form and shorthand, where shorthand is the only thing needed
@tjoyce , this was a question from a long time ago 🙂
but thanks for your comments! I will have to look back to see what i have on that page. havent looked at it in a long time..
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
@Fred_erick , i was using a custom module so the blog settings did not have anything to do with this setup 🙂
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
figured it out. replaced the id="blog-hidden" for class ="blog-hidden"
for the post. and updated script to reflect that.
duh
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.