API DOCS
DOCS & TUTORIALS »
API DOCS »
xajax_js »
xajax_core_uncompressed.js »
xajax.tools »
xajax.tools._escape
Classes & Functions
Files & Folders
Function: xajax.tools._escape
xajax.tools._escape = function(data) { }
Parameters:
data
(string or other) The source string value to be evaluated or an object of unknowntype.
Returns:
string - The string value, escaped if necessary or the object providedif it is not a string.Note:
When the specified object is NOT a string, the value is returnedas is.
