You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cheerio .text() not strip inline style and scripts.
If i perform a $("html").text() for strips all tags, the script include in text the textual content inside the inline script.
cheerio .text() not strip inline style and scripts.
If i perform a $("html").text() for strips all tags, the script include in text the textual content inside the inline script.
example of an html.
if a do: $("html").text() the ouput will be:
ciao function(){blablabla}
But in jQuery the inline tags were strip and removed too!
The text was updated successfully, but these errors were encountered: