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
{{ message }}
This repository was archived by the owner on Mar 17, 2020. It is now read-only.
Sometimes you just want to display plain text in your tooltips, and doing so requires that you first escape your text before you use it for .html(). If you forget, you can introduce XSS security issues. It would be nice if there was a .text() method you could use instead, so you don't have to worry about escaping text yourself. This would be similar to .text() in JQuery.