lt

Returns if left operand value is lower than right operand value. The operands must be either be of integer or decimal type.

See also ge, gt, le.

Syntax

lt(value)

Parameter

Description

value

A primitive value or a value object to be compared to.

Examples

$('AVar').lt($('OtherVar'))
$('HEIGHT').lt(100)