concat

Returns the text type result of first operand concat second operand. The operands must be either values or text type.

See also capitalize, lowerCase, replace, trim, upperCase.

Syntax

concat(value_1[, value_i[, ...]])
Parameter Description
value_i The value which string representation is to be concatenated to the text value.

Examples

$('AVar').concat($('OtherVar'));