[jQuery] Re: jQuery.escapeHTML( str ) ?

2007-09-28 Thread [EMAIL PROTECTED]
Sorry, didn't know about text() http://docs.jquery.com/Utilities (only trim( str ) found there). On 28 сент, 01:49, J rn Zaefferer [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] schrieb: Will it be? Function like htmlspecialchars() in PHP is useful when you need to insert some value into

[jQuery] Re: jQuery.escapeHTML( str ) ?

2007-09-28 Thread Jörn Zaefferer
Jörn Zaefferer schrieb: [EMAIL PROTECTED] schrieb: Sorry, didn't know about text() http://docs.jquery.com/Utilities (only trim( str ) found there). Looks like text() slipped through while converting the wiki docs. Sorry about that, I'll add that now. Correction: It was on the Attributes

[jQuery] Re: jQuery.escapeHTML( str ) ?

2007-09-28 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: Sorry, didn't know about text() http://docs.jquery.com/Utilities (only trim( str ) found there). Looks like text() slipped through while converting the wiki docs. Sorry about that, I'll add that now. -- Jörn

[jQuery] Re: jQuery.escapeHTML( str ) ?

2007-09-27 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: 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. jQuery's text()