le == Returns if left operand value is lower equal than right operand value. The operands must be either be of integer or decimal type. See also :doc:`ge`, :doc:`gt`, :doc:`lt`. Syntax ------ .. code-block:: javascript le(value) =============== ============================ Parameter Description =============== ============================ ``value`` A primitive value or a value object to be compared to. =============== ============================ Examples -------- .. code-block:: javascript $('AVar').le($('OtherVar')) $('HEIGHT').le(100)