Is there a built-in jQuery function for encoding a string as HTML?
I'm trying to take the text a user types into a text box and then put that text into a ...
I'm looking for a jQuery(or jQuery plugin) equivalent of this C# code block. What it does is to encode a string to base64 string in iso-8859-1 character set.