HOW TO handle quotes within injected text assigned to Title attribute of a HTML element

While working with the YouTube API, I needed to populate the value of a anchor's title attribute with text generated dynamically from YouTube's JSON API
On inspecting the HTML source code of a rendered page, I noticed that if the title had double quotes it would disturb the double quotes that it is already enclosed within. I used this custom function to fix it

Comments

Popular posts from this blog

2 ways to copy tooltip text from a web page

This Week I Learned - Week 27 2026

HOW TO download files hosted in Azure Web App in bulk