[jQuery] jQuery.escapeHTML( str ) ?

[jQuery] jQuery.escapeHTML( str ) ?


Will it be? Function like htmlspecialchars() in PHP is useful when you
need to insert some value into <textarea /> or <input /> but you also
need non-escaped value too for using it in hashes and/or associative
arrays and then send to server side.